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