Skip to content

Commit

Permalink
chore(imports): Fix unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Angi-Kinas committed Feb 1, 2024
1 parent 357e902 commit 7082763
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import {
ChangeDetectionStrategy,
Component,
EventEmitter,
Output,
} from '@angular/core'
import { ChangeDetectionStrategy, Component } from '@angular/core'
import { ResultsListItemComponent } from '../results-list-item.component'

@Component({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import { ChangeDetectionStrategy, Component } from '@angular/core'
import {
RouterFacade,
SearchFacade,
SearchService,
SearchState,
} from 'geonetwork-ui'
import { ResultsListComponent } from '../results-list.component'
import { Store } from '@ngrx/store'

@Component({
selector: 'mel-datahub-results-list-carousel',
Expand Down

0 comments on commit 7082763

Please sign in to comment.