Skip to content

Commit 8f35a9a

Browse files
committed
fix imports
1 parent 710cf32 commit 8f35a9a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/packages/dictionary/entity-action/create/create.action.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import type { UmbEntityActionArgs } from '@umbraco-cms/backoffice/entity-action';
21
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';
2+
import { UMB_CREATE_DICTIONARY_WORKSPACE_PATH_PATTERN } from '../../workspace/index.js';
53

64
export class UmbCreateDictionaryEntityAction extends UmbEntityActionBase<never> {
75
override async execute() {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './paths.js';

0 commit comments

Comments
 (0)