Skip to content

Commit 69fa197

Browse files
committed
change import to use alias
1 parent 12a00b5 commit 69fa197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/packages/package-builder/workspace/workspace-package-builder.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { UmbDictionaryPickerContext } from '../../../dictionary/components/input-dictionary/input-dictionary.context.js';
22
import { UmbPackageRepository } from '../../package/repository/index.js';
33
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';
54
import { UmbStylesheetPickerContext } from '../../../templating/stylesheets/global-components/stylesheet-input/stylesheet-input.context.js';
65
import { UmbTemplatePickerContext } from '../../../templating/templates/global-components/input-template/input-template.context.js';
76
import type { UmbCreatedPackageDefinition } from '../../types.js';
87
import type { UmbDataTypeInputElement } from '../../../data-type/components/data-type-input/data-type-input.element.js';
98
import type { UmbInputLanguageElement } from '../../../language/components/input-language/input-language.element.js';
9+
import { UmbScriptPickerContext } from '@umbraco-cms/backoffice/script';
1010
import {
1111
css,
1212
html,

0 commit comments

Comments
 (0)