1
0

Solved issue with non-existing search pages

This commit is contained in:
lotte
2019-06-18 08:58:35 +02:00
parent 37fd04593b
commit bb76015aa1
47 changed files with 99 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { CommunityDataService } from '../../../core/data/community-data.service';
import { RouteService } from '../../services/route.service';
import { RouteService } from '../../../core/services/route.service';
import { Router } from '@angular/router';
import { TranslateModule } from '@ngx-translate/core';
import { of as observableOf } from 'rxjs';