Skip to content

Commit

Permalink
fixed building issue (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
hero101 authored Sep 24, 2024
1 parent 9c39dcb commit 2fc4fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/excalidraw.init.data.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ExcalidrawContent } from '../excalidraw-backend/types';

export const excalidrawInitContent: ExcalidrawContent = {
appState: undefined,
appState: {},
source: '',
type: 'excalidraw',
version: 1,
Expand Down

0 comments on commit 2fc4fd8

Please sign in to comment.