diff options
Diffstat (limited to 'client/src/app/search/search.module.ts')
-rw-r--r-- | client/src/app/search/search.module.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/search/search.module.ts b/client/src/app/search/search.module.ts index 488046cf1..5a715fb8e 100644 --- a/client/src/app/search/search.module.ts +++ b/client/src/app/search/search.module.ts | |||
@@ -4,14 +4,14 @@ import { SearchComponent } from '@app/search/search.component' | |||
4 | import { SearchService } from '@app/search/search.service' | 4 | import { SearchService } from '@app/search/search.service' |
5 | import { SearchRoutingModule } from '@app/search/search-routing.module' | 5 | import { SearchRoutingModule } from '@app/search/search-routing.module' |
6 | import { SearchFiltersComponent } from '@app/search/search-filters.component' | 6 | import { SearchFiltersComponent } from '@app/search/search-filters.component' |
7 | import { CollapseModule } from 'ngx-bootstrap/collapse' | 7 | import { NgbCollapseModule } from '@ng-bootstrap/ng-bootstrap' |
8 | 8 | ||
9 | @NgModule({ | 9 | @NgModule({ |
10 | imports: [ | 10 | imports: [ |
11 | SearchRoutingModule, | 11 | SearchRoutingModule, |
12 | SharedModule, | 12 | SharedModule, |
13 | 13 | ||
14 | CollapseModule.forRoot() | 14 | NgbCollapseModule.forRoot() |
15 | ], | 15 | ], |
16 | 16 | ||
17 | declarations: [ | 17 | declarations: [ |