Skip to content

Commit 72275f5

Browse files
committed
feat: 계획 관리 페이지 페이지 생성 및 초기 디자인 설정
1 parent a202fb6 commit 72275f5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/(with-sidebar)/plan/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 className="bg-background min-h-screen">plans</div>;
3+
};
4+
5+
export default Page;

0 commit comments

Comments
 (0)