Skip to content

Commit

Permalink
pending production: white page
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytc13579 committed Dec 30, 2023
1 parent 0684274 commit 8d5c203
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
import MainLayout from '@/layouts/MainLayout';
import HomeModule from '@/modules/home';

// export default function Home() {
// return (
// <MainLayout>
// <HomeModule />
// </MainLayout>
// );
// }

export default function Home() {
return (
<MainLayout>
<HomeModule />
</MainLayout>
);
return <></>;
}

0 comments on commit 8d5c203

Please sign in to comment.