update import

This commit is contained in:
Mads Rasmussen
2023-02-01 14:35:19 +01:00
parent 07a180e932
commit 14dda554cf

View File

@@ -7,7 +7,7 @@ import { UmbSectionContext, UMB_SECTION_CONTEXT_TOKEN } from '../section/section
import { UmbBackofficeContext, UMB_BACKOFFICE_CONTEXT_TOKEN } from './backoffice.context';
import type { ManifestSection } from '@umbraco-cms/models';
import { UmbLitElement } from '@umbraco-cms/element';
import { createExtensionElementOrFallback } from 'libs/extensions-api/create-extension-element-or-fallback.function';
import { createExtensionElementOrFallback } from '@umbraco-cms/extensions-api';
@defineElement('umb-backoffice-main')
export class UmbBackofficeMain extends UmbLitElement {