adding done image
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import getDynamicMeLayout from "../../components/Layouts/DynamicMeLayout";
|
||||
import React from "react";
|
||||
|
||||
export default function Rooms() {
|
||||
return <div>All caught up.</div>;
|
||||
}
|
||||
|
||||
Rooms.getLayout = function getLayout(page: React.ReactElement) {
|
||||
return getDynamicMeLayout(page);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user