fix: making linter happy

This commit is contained in:
Arnošt Pleskot 2023-07-14 20:49:25 +02:00
parent c4ff0594e3
commit 28b0095c8a
No known key found for this signature in database

View File

@ -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;