Add admin dashboard shell with sidebar navigation and page scaffolds.
Replace the default Next.js landing page with a client-side AppShell layout, placeholder pages for each admin section, and UI utility dependencies. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
3
src/components/pages/ComponentsPage.tsx
Normal file
3
src/components/pages/ComponentsPage.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function ComponentsPage() {
|
||||
return <div className="text-3xl font-bold">组件库</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user