remove unused import
This commit is contained in:
@@ -2,12 +2,11 @@ import { TemplateItemResponseModel } from '@umbraco-cms/backoffice/backend-api';
|
||||
import { UmbContextToken } from '@umbraco-cms/backoffice/context-api';
|
||||
import { UmbControllerHostElement } from '@umbraco-cms/backoffice/controller-api';
|
||||
import { UmbEntityItemStore } from '@umbraco-cms/backoffice/store';
|
||||
import { UmbArrayState } from '@umbraco-cms/backoffice/observable-api';
|
||||
|
||||
/**
|
||||
* @export
|
||||
* @class UmbTemplateItemStore
|
||||
* @extends {UmbStoreBase}
|
||||
* @extends {UmbEntityItemStore}
|
||||
* @description - Data Store for Template items
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user