feat: implement initial fullstack portfolio application including dashboard, CMS, and analytics features.
This commit is contained in:
7
src/app/dashboard/overview/page.tsx
Normal file
7
src/app/dashboard/overview/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function CMSPage() {
|
||||
return (
|
||||
<section className="min-h-[100vh] flex items-center justify-center p-4 relative overflow-hidden bg-background">
|
||||
<h1>CMS</h1>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user