Skip to content

Commit a650c38

Browse files
committed
feat: main 페이지 추가
1 parent 2727c43 commit a650c38

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/main/page.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const Page = () => {
2+
return <div>main</div>;
3+
};
4+
5+
export default Page;

0 commit comments

Comments
 (0)