Aakansha Doshi 1 year ago
parent
commit
ad39506585
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/excalidraw/appState.ts

+ 0 - 2
packages/excalidraw/appState.ts

@@ -7,9 +7,7 @@ import {
   EXPORT_SCALES,
   EXPORT_SCALES,
   THEME,
   THEME,
 } from "./constants";
 } from "./constants";
-import { t } from "./i18n";
 import { AppState, NormalizedZoomValue } from "./types";
 import { AppState, NormalizedZoomValue } from "./types";
-import { getDateTime } from "./utils";
 
 
 const defaultExportScale = EXPORT_SCALES.includes(devicePixelRatio)
 const defaultExportScale = EXPORT_SCALES.includes(devicePixelRatio)
   ? devicePixelRatio
   ? devicePixelRatio