mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix lint
This commit is contained in:
parent
21ca391e8c
commit
23f212367a
1 changed files with 1 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue