2
0
Aakansha Doshi 1 жил өмнө
parent
commit
a76999e9a2

+ 1 - 1
excalidraw-app/tests/test-utils.ts

@@ -1,4 +1,4 @@
-import { ImportedDataState } from "../../packages/excalidraw/data/types";
+import type { ImportedDataState } from "../../packages/excalidraw/data/types";
 import { STORAGE_KEYS } from "../app_constants";
 
 export const initLocalStorage = (data: ImportedDataState) => {