update import path

This commit is contained in:
Mads Rasmussen
2024-09-10 12:55:06 +02:00
committed by Niels Lyngsø
parent 19309eb0f8
commit 6eed13ed24
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { UMB_USER_SECTION_PATHNAME } from '../user-section/paths.js';
import { UMB_USER_SECTION_PATHNAME } from '../section/paths.js';
import { UMB_USER_GROUP_ENTITY_TYPE } from './entity.js';
import { UMB_WORKSPACE_PATH_PATTERN } from '@umbraco-cms/backoffice/workspace';

View File

@@ -1,4 +1,4 @@
import { UMB_USER_SECTION_PATHNAME } from '../user-section/paths.js';
import { UMB_USER_SECTION_PATHNAME } from '../section/paths.js';
import { UMB_USER_ENTITY_TYPE } from './entity.js';
import { UMB_WORKSPACE_PATH_PATTERN } from '@umbraco-cms/backoffice/workspace';