From 9c20bd2bb0619dd3980418583ce7b015e330778e Mon Sep 17 00:00:00 2001 From: Luna Godier Date: Fri, 16 Dec 2022 13:43:26 +0100 Subject: [PATCH] fix: disabled state use --- src/components/InitialData.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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[],