Merge version_3 into main #4
@@ -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 }
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user