Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 0fa3063

Browse files
committed
chore: add pagelayout to homepage
1 parent e68bfcc commit 0fa3063

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
import PageLayout from '@/components/page/PageLayout';
2+
13
export default function HomePage() {
2-
return <div>home page</div>;
4+
return (
5+
<PageLayout>
6+
<div>
7+
<p>Home</p>
8+
</div>
9+
</PageLayout>
10+
);
311
}

0 commit comments

Comments
 (0)