mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
remove unused import
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { LitElement, html, unsafeCSS } from 'lit';
|
||||
import { customElement, property, query } from 'lit/decorators';
|
||||
import { classMap } from 'lit-html/directives/class-map';
|
||||
import { ifDefined } from 'lit-html/directives/if-defined';
|
||||
import { event, EventEmitter, watch } from '../../internal/decorators';
|
||||
import styles from 'sass:./details.scss';
|
||||
import { focusVisible } from '../../internal/focus-visible';
|
||||
|
||||
Reference in New Issue
Block a user