diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index a8429be..ba6c3b8 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -26,8 +26,7 @@ export default function DashboardPage() { title: string; date: string; creditsUsed: number; - }>([ - { id: "1", title: "Morning Motivation Clip", date: "2025-01-15", creditsUsed: 10 }, + }>>([ { id: "1", title: "Morning Motivation Clip", date: "2025-01-15", creditsUsed: 10 }, { id: "2", title: "Tutorial Series Part 1", date: "2025-01-14", creditsUsed: 8 }, { id: "3", title: "Behind-the-Scenes", date: "2025-01-13", creditsUsed: 12 } ]);