diff --git a/apps/dashboard/app/(app)/archived/page.tsx b/apps/dashboard/app/(app)/archived/page.tsx new file mode 100644 index 0000000..fd36b73 --- /dev/null +++ b/apps/dashboard/app/(app)/archived/page.tsx @@ -0,0 +1,14 @@ +import { HomeLayout } from "@/features/app/home/layout"; + +export default function ArchivedDemos() { + return ( + +
+

No Archived Demos

+

+ All archived demos will be listed here. +

+
+
+ ); +} diff --git a/apps/dashboard/app/(app)/demos/[slug]/page.tsx b/apps/dashboard/app/(app)/demos/[slug]/page.tsx index 3c7df94..1c4051a 100644 --- a/apps/dashboard/app/(app)/demos/[slug]/page.tsx +++ b/apps/dashboard/app/(app)/demos/[slug]/page.tsx @@ -4,8 +4,6 @@ import AppVideoEditor from "@/features/app/demo/video-editor"; export default function DemoPage() { return (
- {/**/} -