diff --git a/src/utils.ts b/src/utils.ts index e4c2f28a4..154788234 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -20,7 +20,6 @@ import { unstable_batchedUpdates } from "react-dom"; import { SHAPES } from "./shapes"; import { isEraserActive, isHandToolActive } from "./appState"; import { ResolutionType } from "./utility-types"; -import { reconcileElements } from "./excalidraw-app/collab/reconciliation"; let mockDateTime: string | null = null;