fix imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { UMB_USER_MANAGEMENT_SECTION_ALIAS } from '../../user-section/manifests.js';
|
||||
import { UMB_USER_MANAGEMENT_SECTION_ALIAS } from '../../user-section/index.js';
|
||||
import type { ManifestSectionView, ManifestTypes } from '@umbraco-cms/backoffice/extension-registry';
|
||||
|
||||
const sectionsViews: Array<ManifestSectionView> = [
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
export * from './constants.js';
|
||||
@@ -1,4 +1,4 @@
|
||||
import { UMB_USER_MANAGEMENT_SECTION_ALIAS } from '../../user-section/manifests.js';
|
||||
import { UMB_USER_MANAGEMENT_SECTION_ALIAS } from '../../user-section/index.js';
|
||||
import type { ManifestSectionView, ManifestTypes } from '@umbraco-cms/backoffice/extension-registry';
|
||||
|
||||
const sectionsViews: Array<ManifestSectionView> = [
|
||||
|
||||
Reference in New Issue
Block a user