From 28b0095c8a4b90e97e66490945bbd0e59c6b04ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arno=C5=A1t=20Pleskot?= Date: Fri, 14 Jul 2023 20:49:25 +0200 Subject: [PATCH] fix: making linter happy --- src/utils.ts | 1 - 1 file changed, 1 deletion(-) 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;