This commit is contained in:
Aakansha Doshi 2024-02-05 19:34:48 +05:30
parent f3b6e9b09f
commit 2ca2c0f9fa

View File

@ -6,7 +6,6 @@ import { focusNearestParent } from "../utils";
import "./ProjectName.scss";
import { useExcalidrawContainer } from "./App";
import { KEYS } from "../keys";
import { t } from "../i18n";
import { EditorLocalStorage } from "../data/EditorLocalStorage";
import { EDITOR_LS_KEYS } from "../constants";
import { getFileName } from "../data/filename";