remove unused import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { css, html, LitElement } from 'lit';
|
||||
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
|
||||
import { customElement, property, state } from 'lit/decorators.js';
|
||||
import { customElement, property } from 'lit/decorators.js';
|
||||
|
||||
@customElement('umb-property-editor-textarea')
|
||||
export class UmbPropertyEditorTextareaElement extends LitElement {
|
||||
|
||||
Reference in New Issue
Block a user