This commit is contained in:
Timur Ercan
2023-03-01 14:26:03 +01:00
parent 59c53d5bf4
commit e8a2516710
3 changed files with 3 additions and 6 deletions

View File

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