We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbac1e commit 12e2219Copy full SHA for 12e2219
src/Hosting.ts
@@ -9,14 +9,13 @@ import {
9
TemplateResult,
10
} from 'lit-element';
11
import { until } from 'lit-html/directives/until';
12
-import { get, translate } from 'lit-translate';
+import { translate } from 'lit-translate';
13
import { Mixin, newPendingStateEvent, ValidateEvent } from './foundation.js';
14
import { LoggingElement } from './Logging.js';
15
import { Plugin, PluggingElement, pluginIcons } from './Plugging.js';
16
import { SettingElement } from './Setting.js';
17
18
import { UserInfoEvent } from './foundation.js';
19
-import { TextFieldBase } from '@material/mwc-textfield/mwc-textfield-base';
20
import { string } from 'fast-check';
21
22
interface MenuItem {
0 commit comments