move tree store constant into manifest file

This commit is contained in:
Mads Rasmussen
2023-11-13 14:31:44 +01:00
parent b0ca790ee9
commit ef6b71508f
2 changed files with 2 additions and 2 deletions

View File

@@ -10,4 +10,3 @@ export const UMB_STYLESHEET_TREE_STORE_CONTEXT_TOKEN_ALIAS = 'Umb.Store.Styleshe
export const UMB_STYLESHEET_STORE_CONTEXT_TOKEN_ALIAS = 'Umb.Store.Stylesheet';
export const STYLESHEET_STORE_ALIAS = 'Umb.Store.Stylesheet';
export const STYLESHEET_TREE_STORE_ALIAS = 'Umb.Store.StylesheetTree';

View File

@@ -1,4 +1,4 @@
import { STYLESHEET_ENTITY_TYPE, STYLESHEET_TREE_STORE_ALIAS } from '../config.js';
import { STYLESHEET_ENTITY_TYPE } from '../config.js';
import { UmbStylesheetTreeRepository } from './stylesheet-tree.repository.js';
import { UmbStylesheetTreeStore } from './stylesheet.tree.store.js';
import type {
@@ -10,6 +10,7 @@ import type {
export const STYLESHEET_TREE_ALIAS = 'Umb.Tree.Stylesheet';
export const STYLESHEET_TREE_REPOSITORY_ALIAS = 'Umb.Repository.StylesheetTree';
export const STYLESHEET_TREE_STORE_ALIAS = 'Umb.Store.StylesheetTree';
const treeRepository: ManifestRepository = {
type: 'repository',