We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4a0e6 commit 14db5baCopy full SHA for 14db5ba
src/packages/core/section/section-sidebar/section-sidebar.element.ts
@@ -1,7 +1,7 @@
1
import { UmbTextStyles } from '@umbraco-cms/backoffice/style';
2
import { css, html, customElement } from '@umbraco-cms/backoffice/external/lit';
3
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
4
-import { UmbSectionSidebarContext } from './section-sidebar.context';
+import { UmbSectionSidebarContext } from './section-sidebar.context.js';
5
6
@customElement('umb-section-sidebar')
7
export class UmbSectionSidebarElement extends UmbLitElement {
0 commit comments