Skip to content

Commit

Permalink
New import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Guevara committed Oct 4, 2024
1 parent a88dcae commit 8d8f50f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import {
AsyncPipe,
NgIf,
} from '@angular/common';
import {

Check failure on line 1 in src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-option/search-facet-option.component.ts

View workflow job for this annotation

GitHub Actions / tests (18.x)

Run autofix to sort these imports!

Check failure on line 1 in src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-option/search-facet-option.component.ts

View workflow job for this annotation

GitHub Actions / tests (20.x)

Run autofix to sort these imports!
Component,
Input,
OnInit,
} from '@angular/core';
import {
AsyncPipe,
NgIf,
} from '@angular/common';
import {
Params,
Router,
Expand All @@ -23,12 +23,12 @@ import { PaginationService } from '../../../../../../core/pagination/pagination.
import { SearchService } from '../../../../../../core/shared/search/search.service';
import { SearchConfigurationService } from '../../../../../../core/shared/search/search-configuration.service';
import { SearchFilterService } from '../../../../../../core/shared/search/search-filter.service';
import { LiveRegionService } from '../../../../../../shared/live-region/live-region.service';
import { currentPath } from '../../../../../utils/route.utils';
import { ShortNumberPipe } from '../../../../../utils/short-number.pipe';
import { FacetValue } from '../../../../models/facet-value.model';
import { SearchFilterConfig } from '../../../../models/search-filter-config.model';
import { getFacetValueForType } from '../../../../search.utils';
import { LiveRegionService } from '../../../../../../shared/live-region/live-region.service';

@Component({
selector: 'ds-search-facet-option',
Expand Down

0 comments on commit 8d8f50f

Please sign in to comment.