Explorar el Código

fix: making linter happy

Arnošt Pleskot hace 2 años
padre
commit
28b0095c8a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/utils.ts

+ 0 - 1
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;