diff --git a/web/components/filters/desktop-filters.tsx b/web/components/filters/desktop-filters.tsx index ea8a5612..2c09e17b 100644 --- a/web/components/filters/desktop-filters.tsx +++ b/web/components/filters/desktop-filters.tsx @@ -1,5 +1,5 @@ import {ChevronDownIcon, ChevronUpIcon} from '@heroicons/react/outline' -import {DietType, PoliticalType, RelationshipType, RomanticType} from 'web/lib/util/convert-types' +import {DietType, RelationshipType, RomanticType} from 'web/lib/util/convert-types' import {ReactNode} from 'react' import {FaUserGroup} from 'react-icons/fa6' import {Col} from 'web/components/layout/col' diff --git a/web/components/filters/mobile-filters.tsx b/web/components/filters/mobile-filters.tsx index 02713f2d..790b93eb 100644 --- a/web/components/filters/mobile-filters.tsx +++ b/web/components/filters/mobile-filters.tsx @@ -10,7 +10,7 @@ import {RelationshipFilter, RelationshipFilterText,} from './relationship-filter import {MyMatchesToggle} from './my-matches-toggle' import {Profile} from 'common/profiles/profile' import {Gender} from 'common/gender' -import {DietType, PoliticalType, RelationshipType, RomanticType} from 'web/lib/util/convert-types' +import {DietType, RelationshipType, RomanticType} from 'web/lib/util/convert-types' import {FilterFields} from "common/filters"; import {ShortBioToggle} from "web/components/filters/short-bio-toggle"; import {PrefGenderFilter, PrefGenderFilterText} from "./pref-gender-filter"