split consts

This commit is contained in:
Mads Rasmussen
2024-07-04 21:25:22 +02:00
parent 067bf33094
commit 0e7586a6b5
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1 @@
export const UMB_USER_MANAGEMENT_SECTION_ALIAS = 'Umb.Section.Users';

View File

@@ -1,7 +1,6 @@
import { UMB_USER_MANAGEMENT_SECTION_ALIAS } from './constants.js';
import type { ManifestSection, ManifestTypes } from '@umbraco-cms/backoffice/extension-registry';
export const UMB_USER_MANAGEMENT_SECTION_ALIAS = 'Umb.Section.Users';
const section: ManifestSection = {
type: 'section',
alias: UMB_USER_MANAGEMENT_SECTION_ALIAS,