This commit is contained in:
Jesper Møller Jensen
2023-01-24 00:11:21 +01:00
parent 160ea211c9
commit 42477cc4ce
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
import { css, html, PropertyValueMap } from 'lit';
import { css, html } from 'lit';
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
import { customElement, state } from 'lit/decorators.js';
import { UUISelectEvent } from '@umbraco-ui/uui';
import { UmbLitElement } from '@umbraco-cms/element';
import { UmbThemeService, UMB_THEME_SERVICE_CONTEXT_TOKEN } from 'src/core/theme/theme.service';
import { UUISelectEvent } from '@umbraco-ui/uui';
@customElement('umb-user-dashboard-test')
export class UmbUserDashboardTestElement extends UmbLitElement {

View File

@@ -1,6 +1,6 @@
import { BehaviorSubject } from 'rxjs';
import { UmbContextToken } from '@umbraco-cms/context-api';
import { css } from 'lit';
import { UmbContextToken } from '@umbraco-cms/context-api';
export interface UmbTheme {
name: string;