mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
remove unrequired imports
This commit is contained in:
parent
c06e775517
commit
12f2fd9f5f
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ import type {
|
||||||
import { sanitizeHTMLAttribute } from "../data/url";
|
import { sanitizeHTMLAttribute } from "../data/url";
|
||||||
import type { MarkRequired } from "../utility-types";
|
import type { MarkRequired } from "../utility-types";
|
||||||
import { StoreAction } from "../store";
|
import { StoreAction } from "../store";
|
||||||
import { t } from "../i18n";
|
|
||||||
|
|
||||||
type IframeDataWithSandbox = MarkRequired<IframeData, "sandbox">;
|
type IframeDataWithSandbox = MarkRequired<IframeData, "sandbox">;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue