Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
BSekula committed Mar 20, 2024
1 parent 522893d commit 849f6ac
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions demo-shell/src/app/services/automation.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@
* limitations under the License.
*/

import { AppConfigService, UserPreferencesService, StorageService, AuthenticationService } from '@alfresco/adf-core';
import { Injectable } from '@angular/core';
import { AppConfigService } from '../../../../lib/core/src/lib/app-config/app-config.service';
import { AlfrescoApiService } from '../../../../lib/content-services/src/lib/services/alfresco-api.service';
import { StorageService } from '../../../../lib/core/src/lib/common/services/storage.service';
import { UserPreferencesService } from '../../../../lib/core/src/lib/common/services/user-preferences.service';
import { DemoForm } from '../../../../lib/core/src/lib/mock/form/demo-form.mock';
import { AuthenticationService } from '../../../../lib/core/src/lib/auth/services/authentication.service';
import { AlfrescoApiService } from '@alfresco/adf-content-services';
import { DemoForm } from 'lib/core/src/lib/mock/form/demo-form.mock';

@Injectable({
providedIn: 'root'
Expand Down

0 comments on commit 849f6ac

Please sign in to comment.