This commit is contained in:
Timur Ercan
2023-01-11 18:10:42 +01:00
parent 392158d12e
commit 782df4cc05

View File

@ -21,6 +21,7 @@ const DashboardPage: NextPageWithLayout = () => {
);
};
// todo layout as component
DashboardPage.getLayout = function getLayout(page: ReactElement) {
return <Layout>{page}</Layout>;
};