[AAE-11889] move sites service to content lib (#8073)

* move sites service to content lib

* update migration guide

* update imports
This commit is contained in:
Denys Vuika
2022-12-22 15:14:35 +00:00
committed by GitHub
parent 0cb21d61a8
commit 1855d8899d
21 changed files with 39 additions and 30 deletions

View File

@@ -15,7 +15,8 @@
* limitations under the License.
*/
import { AlfrescoApiService, LogService, SitesService, ExternalContent, ExternalContentLink } from '@alfresco/adf-core';
import { AlfrescoApiService, LogService, ExternalContent, ExternalContentLink } from '@alfresco/adf-core';
import { SitesService } from '@alfresco/adf-content-services';
import { Injectable } from '@angular/core';
import {
IntegrationAlfrescoOnPremiseApi,