This commit is contained in:
2025-12-31 17:45:49 +01:00
parent 42e8a02fde
commit 82ea760537
9 changed files with 689 additions and 129 deletions

View File

@@ -23,6 +23,7 @@ interface QRCodeData {
createdAt: string;
scans: number;
style?: any;
status?: 'ACTIVE' | 'INACTIVE';
}
export default function DashboardPage() {