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