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 11afbed commit 301072cCopy full SHA for 301072c
src/packages/core/section/section-sidebar/section-sidebar.element.ts
@@ -1,7 +1,7 @@
1
+import { UmbSectionSidebarContext } from './section-sidebar.context.js';
2
import { UmbTextStyles } from '@umbraco-cms/backoffice/style';
3
import { css, html, customElement } from '@umbraco-cms/backoffice/external/lit';
4
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
-import { UmbSectionSidebarContext } from './section-sidebar.context.js';
5
6
@customElement('umb-section-sidebar')
7
export class UmbSectionSidebarElement extends UmbLitElement {
0 commit comments