Skip to content

Commit

Permalink
fix: disabled state use
Browse files Browse the repository at this point in the history
  • Loading branch information
lgodier committed Dec 16, 2022
1 parent 593357a commit 9c20bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/InitialData.ts
Original file line number Diff line number Diff line change
@@ -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[],
Expand Down

0 comments on commit 9c20bd2

Please sign in to comment.