fix imports
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import type { UmbEntityActionArgs } from '@umbraco-cms/backoffice/entity-action';
|
||||
import { UmbEntityActionBase } from '@umbraco-cms/backoffice/entity-action';
|
||||
import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api';
|
||||
import { UMB_CREATE_DICTIONARY_WORKSPACE_PATH_PATTERN } from '../../workspace/paths';
|
||||
import { UMB_CREATE_DICTIONARY_WORKSPACE_PATH_PATTERN } from '../../workspace/index.js';
|
||||
|
||||
export class UmbCreateDictionaryEntityAction extends UmbEntityActionBase<never> {
|
||||
override async execute() {
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
export * from './paths.js';
|
||||
Reference in New Issue
Block a user