fix ts errors
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { LitElement, html, css } from 'lit';
|
||||
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
|
||||
import { property, state } from 'lit/decorators.js';
|
||||
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
|
||||
import './umb-backoffice-header.element';
|
||||
|
||||
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
|
||||
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
|
||||
import { css, html, LitElement } from 'lit';
|
||||
|
||||
@defineElement('umb-backoffice')
|
||||
export class UmbBackoffice extends LitElement {
|
||||
static styles = [
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
export class UmbInstallerDatabase { }
|
||||
@@ -1,5 +1,5 @@
|
||||
import { css, CSSResultGroup, html, LitElement } from 'lit';
|
||||
import { customElement, state } from 'lit/decorators.js';
|
||||
import { customElement } from 'lit/decorators.js';
|
||||
|
||||
@customElement('umb-installer-user')
|
||||
export class UmbInstallerUser extends LitElement {
|
||||
|
||||
Reference in New Issue
Block a user