Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyZhang777 committed May 15, 2023
1 parent 6cda234 commit 8702526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FacetProps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { DisplayableFacetOption } from '@yext/search-headless-react';
import { FilterGroupCssClasses } from './FilterGroup';
import { ReactElement } from 'react';
import { NumberRangeValue } from '@yext/search-headless-react';
import {RangeInputCssClasses} from "./Filters";
import { RangeInputCssClasses } from './Filters';

/**
* The CSS class interface for {@link Facets}.
Expand Down

0 comments on commit 8702526

Please sign in to comment.