Skip to content
Snippets Groups Projects
Commit 5b7c4591 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

login-button: remove Icon dependency

it's unused atm
parent 6b25c36d
No related branches found
No related tags found
No related merge requests found
Pipeline #12556 passed
...@@ -4,7 +4,7 @@ import {unsafeHTML} from 'lit-html/directives/unsafe-html.js'; ...@@ -4,7 +4,7 @@ import {unsafeHTML} from 'lit-html/directives/unsafe-html.js';
import {ScopedElementsMixin} from '@open-wc/scoped-elements'; import {ScopedElementsMixin} from '@open-wc/scoped-elements';
import * as commonStyles from 'dbp-common/styles'; import * as commonStyles from 'dbp-common/styles';
import {LitElement} from "lit-element"; import {LitElement} from "lit-element";
import {Icon, EventBus} from 'dbp-common'; import {EventBus} from 'dbp-common';
import {LoginStatus} from './util.js'; import {LoginStatus} from './util.js';
let logoutSVG = ` let logoutSVG = `
...@@ -62,7 +62,6 @@ export class LoginButton extends ScopedElementsMixin(LitElement) { ...@@ -62,7 +62,6 @@ export class LoginButton extends ScopedElementsMixin(LitElement) {
static get scopedElements() { static get scopedElements() {
return { return {
'dbp-icon': Icon,
}; };
} }
......
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