migrate @umbraco-cms/controller to libs

This commit is contained in:
Jacob Overgaard
2023-01-20 13:28:41 +01:00
parent 9815303c90
commit e53ee08093
10 changed files with 23 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { UmbControllerHostInterface } from '../../src/core/controller/controller-host.mixin';
import { UmbNotificationOptions } from '../../src/core/notification';
import { UmbResourceController } from './resource.controller';
import { UmbNotificationOptions } from 'src/core/notification';
import { UmbControllerHostInterface } from '@umbraco-cms/controller';
export function tryExecuteAndNotify<T>(
host: UmbControllerHostInterface,