remove unrequired imports

pull/8627/head
ritk20 4 months ago
parent c06e775517
commit 12f2fd9f5f

@ -14,7 +14,6 @@ import type {
import { sanitizeHTMLAttribute } from "../data/url";
import type { MarkRequired } from "../utility-types";
import { StoreAction } from "../store";
import { t } from "../i18n";
type IframeDataWithSandbox = MarkRequired<IframeData, "sandbox">;

Loading…
Cancel
Save