remove normalization, fix import issues

This commit is contained in:
Zimeng Xiong
2025-11-21 23:10:51 -08:00
parent aae0059a6f
commit be45a0c913
13 changed files with 99 additions and 19 deletions
+1
View File
@@ -3,6 +3,7 @@ export interface Drawing {
name: string;
elements: any[];
appState: any;
files: Record<string, any> | null;
collectionId: string | null;
updatedAt: number;
createdAt: number;