This commit is contained in:
Aakansha Doshi 2023-07-17 17:59:00 +05:30
parent 21ca391e8c
commit 23f212367a

View file

@ -31,10 +31,7 @@ import { ImportedLibraryData } from "../../../data/types";
import CustomFooter from "./CustomFooter"; import CustomFooter from "./CustomFooter";
import MobileFooter from "./MobileFooter"; import MobileFooter from "./MobileFooter";
import { KEYS } from "../../../keys"; import { KEYS } from "../../../keys";
import { import { convertToExcalidrawElements } from "../../../data/transform";
convertToExcalidrawElements,
ExcalidrawProgrammaticAPI,
} from "../../../data/transform";
declare global { declare global {
interface Window { interface Window {