Files
ai-video-admin-frontend/src/components/pages/WorkflowPage.tsx
Xin Wang bcb6adcba4 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>
2026-06-05 07:42:45 +08:00

3 lines
100 B
TypeScript

export function WorkflowPage() {
return <div className="text-3xl font-bold"></div>;
}