Skip to content

Commit 6ff2981

Browse files
madsrasmusseniOvergaard
authored andcommitted
fix imports
1 parent 2a64ec0 commit 6ff2981

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

src/packages/templating/components/templating-item-menu/templating-item-menu.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import { UMB_PARTIAL_VIEW_PICKER_MODAL } from '../../modals/partial-view-picker/partial-view-picker-modal.token.js';
21
import { UMB_TEMPLATING_PAGE_FIELD_BUILDER_MODAL } from '../../modals/templating-page-field-builder/templating-page-field-builder-modal.token.js';
32
import { CodeSnippetType } from '../../types.js';
43
import {
54
UMB_TEMPLATING_ITEM_PICKER_MODAL,
65
type UmbTemplatingItemPickerModalValue,
76
} from '../../modals/templating-item-picker/templating-item-picker-modal.token.js';
87
import { getInsertDictionarySnippet, getInsertPartialSnippet } from '../../utils/index.js';
8+
import { UMB_PARTIAL_VIEW_PICKER_MODAL } from '@umbraco-cms/backoffice/partial-view';
99
import { UmbDictionaryDetailRepository, UMB_DICTIONARY_PICKER_MODAL } from '@umbraco-cms/backoffice/dictionary';
1010
import { customElement, property, css, html } from '@umbraco-cms/backoffice/external/lit';
1111
import { UmbTextStyles } from '@umbraco-cms/backoffice/style';
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export * from './templating-section-picker/index.js';
22
export * from './templating-item-picker/index.js';
3-
export * from './partial-view-picker/index.js';
43
export * from './templating-page-field-builder/index.js';

src/packages/templating/modals/templating-item-picker/templating-item-picker-modal.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { CodeSnippetType } from '../../types.js';
2-
import { UMB_PARTIAL_VIEW_PICKER_MODAL } from '../partial-view-picker/partial-view-picker-modal.token.js';
32
import { UMB_TEMPLATING_PAGE_FIELD_BUILDER_MODAL } from '../templating-page-field-builder/templating-page-field-builder-modal.token.js';
43
import type {
54
UmbTemplatingItemPickerModalData,
65
UmbTemplatingItemPickerModalValue,
76
} from './templating-item-picker-modal.token.js';
7+
import { UMB_PARTIAL_VIEW_PICKER_MODAL } from '@umbraco-cms/backoffice/partial-view';
88
import { UmbTextStyles } from '@umbraco-cms/backoffice/style';
99
import { css, html, customElement } from '@umbraco-cms/backoffice/external/lit';
1010
import type { UmbModalManagerContext } from '@umbraco-cms/backoffice/modal';

src/packages/templating/partial-views/components/input-partial-view/input-partial-view.context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { UMB_PARTIAL_VIEW_ITEM_REPOSITORY_ALIAS } from '../../repository/item/index.js';
2-
import { UMB_PARTIAL_VIEW_PICKER_MODAL } from '../../../modals/partial-view-picker/partial-view-picker-modal.token.js';
2+
import { UMB_PARTIAL_VIEW_PICKER_MODAL } from '../../partial-view-picker/index.js';
33
import type { UmbPartialViewItemModel } from '../../types.js';
44
import { UmbPickerInputContext } from '@umbraco-cms/backoffice/picker-input';
55
import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api';

0 commit comments

Comments
 (0)