Skip to content

Commit

Permalink
remove unsed ng module
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Jul 11, 2024
1 parent 5bd1c29 commit f7a0dea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/app/GN2CommonModule/GN2Common.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { RouterModule } from '@angular/router';

// Required modules
import { NgxMatSelectSearchModule } from 'ngx-mat-select-search';
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
import { NgSelectModule } from '@ng-select/ng-select';

Expand Down Expand Up @@ -130,7 +129,6 @@ import { TaxonTreeComponent } from './form/taxon-tree/taxon-tree.component';
MatTooltipModule,
NgbModule,
NgxDatatableModule,
NgxMatSelectSearchModule,
ReactiveFormsModule,
NgxDatatableModule,
NgSelectModule,
Expand Down Expand Up @@ -270,7 +268,6 @@ import { TaxonTreeComponent } from './form/taxon-tree/taxon-tree.component';
MunicipalitiesComponent,
NgbModule,
NgxDatatableModule,
NgxMatSelectSearchModule,
NomenclatureComponent,
ObserversComponent,
ObserversTextComponent,
Expand Down

0 comments on commit f7a0dea

Please sign in to comment.