From 782df4cc05e16d3f0879fa1ca005313327c5f3c7 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Wed, 11 Jan 2023 18:10:42 +0100 Subject: [PATCH] todo --- apps/web/pages/dashboard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/pages/dashboard.tsx b/apps/web/pages/dashboard.tsx index 5b7a3fa83..9dbb3ad6e 100644 --- a/apps/web/pages/dashboard.tsx +++ b/apps/web/pages/dashboard.tsx @@ -21,6 +21,7 @@ const DashboardPage: NextPageWithLayout = () => { ); }; +// todo layout as component DashboardPage.getLayout = function getLayout(page: ReactElement) { return {page}; };