mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-23 17:30:44 +02:00
fix lint
This commit is contained in:
@@ -31,10 +31,7 @@ import { ImportedLibraryData } from "../../../data/types";
|
||||
import CustomFooter from "./CustomFooter";
|
||||
import MobileFooter from "./MobileFooter";
|
||||
import { KEYS } from "../../../keys";
|
||||
import {
|
||||
convertToExcalidrawElements,
|
||||
ExcalidrawProgrammaticAPI,
|
||||
} from "../../../data/transform";
|
||||
import { convertToExcalidrawElements } from "../../../data/transform";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
|
Reference in New Issue
Block a user