Skip to content

Commit 301072c

Browse files
committed
chore: run eslint fix
1 parent 11afbed commit 301072c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/core/section/section-sidebar/section-sidebar.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import { UmbSectionSidebarContext } from './section-sidebar.context.js';
12
import { UmbTextStyles } from '@umbraco-cms/backoffice/style';
23
import { css, html, customElement } from '@umbraco-cms/backoffice/external/lit';
34
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
4-
import { UmbSectionSidebarContext } from './section-sidebar.context.js';
55

66
@customElement('umb-section-sidebar')
77
export class UmbSectionSidebarElement extends UmbLitElement {

0 commit comments

Comments
 (0)