remove unrequired imports

This commit is contained in:
ritk20 2024-10-23 13:44:02 +05:30
parent c06e775517
commit 12f2fd9f5f

View file

@ -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">;