mirror of
https://github.com/documenso/documenso.git
synced 2025-11-17 02:01:33 +10:00
🧹
This commit is contained in:
@ -115,7 +115,6 @@ const DashboardPage: NextPageWithLayout = (props: any) => {
|
||||
);
|
||||
};
|
||||
|
||||
// todo layout as component
|
||||
DashboardPage.getLayout = function getLayout(page: ReactElement) {
|
||||
return <Layout>{page}</Layout>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user