Skip to content
Snippets Groups Projects
Commit 74b0c794 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Make linter happy

parent e3f19e13
No related branches found
No related tags found
No related merge requests found
Pipeline #73336 passed
import {createInstance} from './i18n';
import {css, html, unsafeCSS} from 'lit';
import {css, html} from 'lit';
import DBPLitElement from '@dbp-toolkit/common/dbp-lit-element';
import * as commonStyles from '@dbp-toolkit/common/styles';
import {ScopedElementsMixin} from '@open-wc/scoped-elements';
import {Icon, MiniSpinner} from '@dbp-toolkit/common';
import {classMap} from 'lit/directives/class-map.js';
import * as commonUtils from '@dbp-toolkit/common/utils';
import {getIconSVGURL} from '@dbp-toolkit/common';
import {Mutex} from 'async-mutex';
import {name as pkgName} from './../package.json';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment