fix imports

This commit is contained in:
Mads Rasmussen
2024-07-04 21:27:24 +02:00
parent 0e7586a6b5
commit ef9e53a821
3 changed files with 3 additions and 2 deletions

View File

@@ -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> = [

View File

@@ -0,0 +1 @@
export * from './constants.js';

View File

@@ -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> = [