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