This commit is contained in:
Aakansha Doshi 2024-05-08 19:19:14 +05:30
parent 5af532d229
commit a76999e9a2

View File

@ -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) => {