Skip to content

Commit 9562ab0

Browse files
authored
Merge pull request #30 from harmochiky/dashboard-page
Initialized a dashboard page directory for the dashboard page
2 parents e335763 + 645a9e0 commit 9562ab0

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

src/app/dashboard/page.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import React from "react";
2+
3+
export default function DashboardPage() {
4+
return (
5+
<div>
6+
<div>Coming soon...</div>
7+
</div>
8+
);
9+
}

src/app/page.tsx

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)