From ad395065857ad1f46dba40f41e9e91bdfc63db90 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Mon, 5 Feb 2024 15:07:11 +0530 Subject: [PATCH] fix --- packages/excalidraw/appState.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/excalidraw/appState.ts b/packages/excalidraw/appState.ts index 1e90a36ae..7c28cb2c3 100644 --- a/packages/excalidraw/appState.ts +++ b/packages/excalidraw/appState.ts @@ -7,9 +7,7 @@ import { EXPORT_SCALES, THEME, } from "./constants"; -import { t } from "./i18n"; import { AppState, NormalizedZoomValue } from "./types"; -import { getDateTime } from "./utils"; const defaultExportScale = EXPORT_SCALES.includes(devicePixelRatio) ? devicePixelRatio