Skip to content
Snippets Groups Projects
Verified Commit b5471c12 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: code tidy

parent 51bd701c
No related branches found
No related tags found
No related merge requests found
...@@ -21,14 +21,12 @@ import { ...@@ -21,14 +21,12 @@ import {
ATTRIBUTE_ERRORMESSAGE, ATTRIBUTE_ERRORMESSAGE,
ATTRIBUTE_ROLE, ATTRIBUTE_ROLE,
} from "../../dom/constants.mjs"; } from "../../dom/constants.mjs";
import {CustomElement, getSlottedElements} from "../../dom/customelement.mjs"; import {CustomElement} from "../../dom/customelement.mjs";
import { import {
assembleMethodSymbol, assembleMethodSymbol,
registerCustomElement, registerCustomElement,
} from "../../dom/customelement.mjs"; } from "../../dom/customelement.mjs";
import {getDocument} from "../../dom/util.mjs"; import {getDocument} from "../../dom/util.mjs";
import {isString} from "../../types/is.mjs";
import {validateString} from "../../types/validate.mjs";
import {STYLE_DISPLAY_MODE_BLOCK} from "../form/constants.mjs"; import {STYLE_DISPLAY_MODE_BLOCK} from "../form/constants.mjs";
import {CopyStyleSheet} from "./stylesheet/copy.mjs"; import {CopyStyleSheet} from "./stylesheet/copy.mjs";
import {fireCustomEvent} from "../../dom/events.mjs"; import {fireCustomEvent} from "../../dom/events.mjs";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment