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

fix(select): missing import statement #280

parent af8ab082
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ import {
Translations,
} from "../../i18n/translations.mjs";
import {getLocaleOfDocument} from "../../dom/locale.mjs";
import {addErrorAttribute} from "../../dom/error.mjs";
import {addErrorAttribute,removeErrorAttribute} from "../../dom/error.mjs";
export {
Select,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment