mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-23 09:21:00 +02:00
fix lint
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user