rename config to entity type

This commit is contained in:
Mads Rasmussen
2023-11-15 12:16:10 +01:00
parent 0aba6e4b06
commit cd8ab08a59
3 changed files with 2 additions and 2 deletions

View File

@@ -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';

View File

@@ -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 {