add missing import
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { html, customElement, property } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { UmbTextStyles } from "@umbraco-cms/backoffice/style";
|
||||
import { html, customElement, property, state } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { UmbTextStyles } from '@umbraco-cms/backoffice/style';
|
||||
import { UmbPropertyEditorUiElement } from '@umbraco-cms/backoffice/extension-registry';
|
||||
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
|
||||
import { UmbPropertyEditorConfigCollection } from '@umbraco-cms/backoffice/property-editor';
|
||||
@@ -9,10 +9,7 @@ import { UmbInputMarkdownElement } from '@umbraco-cms/backoffice/components';
|
||||
* @element umb-property-editor-ui-markdown-editor
|
||||
*/
|
||||
@customElement('umb-property-editor-ui-markdown-editor')
|
||||
export class UmbPropertyEditorUIMarkdownEditorElement
|
||||
extends UmbLitElement
|
||||
implements UmbPropertyEditorUiElement
|
||||
{
|
||||
export class UmbPropertyEditorUIMarkdownEditorElement extends UmbLitElement implements UmbPropertyEditorUiElement {
|
||||
@property()
|
||||
value = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user