mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix vite app
This commit is contained in:
parent
fc225c5353
commit
0027f08cad
19 changed files with 67 additions and 72 deletions
|
@ -5,7 +5,7 @@ import { useLayoutEffect, useRef } from "react";
|
|||
import type {
|
||||
FileId,
|
||||
OrderedExcalidrawElement,
|
||||
} from "@excalidraw/excalidraw/element/types";
|
||||
} from "@excalidraw/element/types";
|
||||
import type { AppState, BinaryFileData } from "@excalidraw/excalidraw/types";
|
||||
|
||||
import { STORAGE_KEYS } from "./app_constants";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue