Skip to content

Commit 41f1049

Browse files
committed
fix lint error
1 parent c9120e0 commit 41f1049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/dashboard/app/picker/picker.context.token.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import type { UmbDashboardAppPickerContext } from './picker.context.js';
12
import { UmbContextToken } from '@umbraco-cms/backoffice/context-api';
2-
import { UmbDashboardAppPickerContext } from './picker.context';
33

44
export const UMB_DASHBOARD_APP_PICKER_CONTEXT = new UmbContextToken<UmbDashboardAppPickerContext>(
55
'Umb.Modal.DashboardAppPicker',

0 commit comments

Comments
 (0)