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 c9120e0 commit 41f1049Copy full SHA for 41f1049
src/Umbraco.Web.UI.Client/src/packages/core/dashboard/app/picker/picker.context.token.ts
@@ -1,5 +1,5 @@
1
+import type { UmbDashboardAppPickerContext } from './picker.context.js';
2
import { UmbContextToken } from '@umbraco-cms/backoffice/context-api';
-import { UmbDashboardAppPickerContext } from './picker.context';
3
4
export const UMB_DASHBOARD_APP_PICKER_CONTEXT = new UmbContextToken<UmbDashboardAppPickerContext>(
5
'Umb.Modal.DashboardAppPicker',
0 commit comments