Skip to content

Commit 12e2219

Browse files
author
Rob Tjalma
committed
Removed used imports
Signed-off-by: Rob Tjalma <[email protected]>
1 parent dcbac1e commit 12e2219

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Hosting.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ import {
99
TemplateResult,
1010
} from 'lit-element';
1111
import { until } from 'lit-html/directives/until';
12-
import { get, translate } from 'lit-translate';
12+
import { translate } from 'lit-translate';
1313
import { Mixin, newPendingStateEvent, ValidateEvent } from './foundation.js';
1414
import { LoggingElement } from './Logging.js';
1515
import { Plugin, PluggingElement, pluginIcons } from './Plugging.js';
1616
import { SettingElement } from './Setting.js';
1717

1818
import { UserInfoEvent } from './foundation.js';
19-
import { TextFieldBase } from '@material/mwc-textfield/mwc-textfield-base';
2019
import { string } from 'fast-check';
2120

2221
interface MenuItem {

0 commit comments

Comments
 (0)