Skip to content

Commit

Permalink
tsc corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Dec 2, 2024
1 parent aa12a12 commit aca7c4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { UMB_PARTIAL_VIEW_DETAIL_REPOSITORY_ALIAS, UMB_PARTIAL_VIEW_ITEM_REPOSITORY_ALIAS } from '../constants.js';
import { UMB_PARTIAL_VIEW_ENTITY_TYPE } from '../entity.js';
import { UMB_PARTIAL_VIEW_DETAIL_REPOSITORY_ALIAS } from '../repository/index.js';
import { UMB_PARTIAL_VIEW_ITEM_REPOSITORY_ALIAS } from '../repository/item/index.js';
import { manifests as createManifests } from './create/manifests.js';
import { manifests as renameManifests } from './rename/manifests.js';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { UMB_PARTIAL_VIEW_ITEM_REPOSITORY_ALIAS } from '../../repository/item/index.js';
import { UMB_PARTIAL_VIEW_PICKER_MODAL } from '../../partial-view-picker/index.js';
import type { UmbPartialViewItemModel } from '../../types.js';
import type { UmbPartialViewTreeItemModel } from '../../tree/types.js';
import { UMB_PARTIAL_VIEW_ITEM_REPOSITORY_ALIAS } from '../../constants.js';
import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api';
import { UmbPickerInputContext } from '@umbraco-cms/backoffice/picker-input';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { UmbPartialViewDetailModel } from '../types.js';
import { UMB_PARTIAL_VIEW_ENTITY_TYPE } from '../entity.js';
import type { UmbPartialViewDetailRepository } from '../repository/index.js';
import { UMB_PARTIAL_VIEW_DETAIL_REPOSITORY_ALIAS } from '../repository/index.js';
import { UMB_PARTIAL_VIEW_DETAIL_REPOSITORY_ALIAS } from '../constants.js';
import { UmbPartialViewWorkspaceEditorElement } from './partial-view-workspace-editor.element.js';
import { UMB_PARTIAL_VIEW_WORKSPACE_ALIAS } from './manifests.js';
import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api';
Expand Down

0 comments on commit aca7c4d

Please sign in to comment.