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 710cf32 commit 8f35a9aCopy full SHA for 8f35a9a
src/packages/dictionary/entity-action/create/create.action.ts
@@ -1,7 +1,5 @@
1
-import type { UmbEntityActionArgs } from '@umbraco-cms/backoffice/entity-action';
2
import { UmbEntityActionBase } from '@umbraco-cms/backoffice/entity-action';
3
-import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api';
4
-import { UMB_CREATE_DICTIONARY_WORKSPACE_PATH_PATTERN } from '../../workspace/paths';
+import { UMB_CREATE_DICTIONARY_WORKSPACE_PATH_PATTERN } from '../../workspace/index.js';
5
6
export class UmbCreateDictionaryEntityAction extends UmbEntityActionBase<never> {
7
override async execute() {
src/packages/dictionary/workspace/index.ts
@@ -0,0 +1 @@
+export * from './paths.js';
0 commit comments