Skip to content

Commit

Permalink
change Home page
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytc13579 committed Jan 2, 2024
1 parent 15160d2 commit b4a99f7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +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 <></>;
return (
<MainLayout>
<HomeModule />
</MainLayout>
);
}

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

0 comments on commit b4a99f7

Please sign in to comment.