rename config to entity type
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
||||
UMB_STYLESHEET_FOLDER_EMPTY_ENTITY_TYPE,
|
||||
UMB_STYLESHEET_FOLDER_ENTITY_TYPE,
|
||||
UMB_STYLESHEET_ROOT_ENTITY_TYPE,
|
||||
} from '../config.js';
|
||||
} from '../entity-type.js';
|
||||
|
||||
import { UMB_STYLESHEET_REPOSITORY_ALIAS } from '../repository/index.js';
|
||||
import { UmbCreateRTFStylesheetAction } from './create/create-rtf.action.js';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { UMB_STYLESHEET_ENTITY_TYPE } from '../config.js';
|
||||
import { UMB_STYLESHEET_ENTITY_TYPE } from '../entity-type.js';
|
||||
import { UmbStylesheetTreeRepository } from './stylesheet-tree.repository.js';
|
||||
import { UmbStylesheetTreeStore } from './stylesheet-tree.store.js';
|
||||
import type {
|
||||
|
||||
Reference in New Issue
Block a user