File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/packages/packages/package-builder/workspace Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- import { UmbDictionaryPickerContext } from '../../../dictionary/components/input-dictionary/input-dictionary.context.js' ;
2
1
import { UmbPackageRepository } from '../../package/repository/index.js' ;
3
- import { UmbPartialViewPickerContext } from '../../../templating/partial-views/components/input-partial-view/input-partial-view.context.js' ;
4
- import { UmbScriptPickerContext } from '../../../templating/scripts/components/input-script/input-script.context.js' ;
5
- import { UmbStylesheetPickerContext } from '../../../templating/stylesheets/components/stylesheet-input/stylesheet-input.context.js' ;
6
- import { UmbTemplatePickerContext } from '../../../templating/templates/components/input-template/input-template.context.js' ;
7
2
import type { UmbCreatedPackageDefinition } from '../../types.js' ;
8
- import type { UmbDataTypeInputElement } from '../../../data-type/components/data-type-input/data-type-input.element.js' ;
9
- import type { UmbInputLanguageElement } from '../../../language/components/input-language/input-language.element.js' ;
3
+ import { UmbDictionaryPickerContext } from '@umbraco-cms/backoffice/dictionary' ;
4
+ import { UmbPartialViewPickerContext } from '@umbraco-cms/backoffice/partial-view' ;
5
+ import { UmbScriptPickerContext } from '@umbraco-cms/backoffice/script' ;
6
+ import { UmbStylesheetPickerContext } from '@umbraco-cms/backoffice/stylesheet' ;
7
+ import { UmbTemplatePickerContext } from '@umbraco-cms/backoffice/template' ;
8
+ import type { UmbDataTypeInputElement } from '@umbraco-cms/backoffice/data-type' ;
9
+ import type { UmbInputLanguageElement } from '@umbraco-cms/backoffice/language' ;
10
10
import {
11
11
css ,
12
12
html ,
You can’t perform that action at this time.
0 commit comments