mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Fix breaking import
This commit is contained in:
@@ -2,7 +2,7 @@ import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
|
||||
import { MenuServiceStub } from '../../../testing/menu-service.stub';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { MenuService } from '../../../menu/menu.service';
|
||||
import { CSSVariableService } from '../../../sass-helper/sass-helper.service';
|
||||
import { CSSVariableService } from '../../../sass-helper/css-variable.service';
|
||||
import { CSSVariableServiceStub } from '../../../testing/css-variable-service.stub';
|
||||
import { Router } from '@angular/router';
|
||||
import { RouterStub } from '../../../testing/router.stub';
|
||||
|
@@ -2,7 +2,7 @@ import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
|
||||
import { MenuServiceStub } from '../../../testing/menu-service.stub';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { MenuService } from '../../../menu/menu.service';
|
||||
import { CSSVariableService } from '../../../sass-helper/sass-helper.service';
|
||||
import { CSSVariableService } from '../../../sass-helper/css-variable.service';
|
||||
import { CSSVariableServiceStub } from '../../../testing/css-variable-service.stub';
|
||||
import { Router } from '@angular/router';
|
||||
import { RouterStub } from '../../../testing/router.stub';
|
||||
|
Reference in New Issue
Block a user