diff --git a/src/components/InitialData.ts b/src/components/InitialData.ts index d7b5c054..f608da74 100644 --- a/src/components/InitialData.ts +++ b/src/components/InitialData.ts @@ -1,6 +1,7 @@ import { ImportedDataState } from '@excalidraw/excalidraw/types/data/types'; import { ExcalidrawElement } from '@excalidraw/excalidraw/types/element/types'; -import { AppState } from '@excalidraw/excalidraw/types/types'; + +// import { AppState } from '@excalidraw/excalidraw/types/types'; const getInitialData = ( elements: readonly ExcalidrawElement[],