do not rely on external imports

This commit is contained in:
Jacob Overgaard
2023-11-02 16:15:06 +01:00
parent dddf16338c
commit f5f1385a1d
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
import { css, html } from 'lit';
import { customElement, state } from 'lit/decorators.js';
import { css, html, customElement, state } from '@umbraco-cms/backoffice/external/lit';
import { UMB_STYLESHEET_WORKSPACE_CONTEXT, UmbStylesheetWorkspaceContext } from '../../stylesheet-workspace.context.js';
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
import { UmbCodeEditorElement } from '@umbraco-cms/backoffice/code-editor';

View File

@@ -1,5 +1,4 @@
import { css, html } from 'lit';
import { customElement, state } from 'lit/decorators.js';
import { css, html, customElement, state } from '@umbraco-cms/backoffice/external/lit';
import { RichTextRuleModelSortable, UmbStylesheetWorkspaceContext } from '../../stylesheet-workspace.context.js';
import { UMB_MODAL_TEMPLATING_STYLESHEET_RTF_STYLE_SIDEBAR } from '../../manifests.js';
import {