diff --git a/app/components/ui/select.tsx b/app/components/ui/select.tsx index 4d4aaffce..27889662c 100644 --- a/app/components/ui/select.tsx +++ b/app/components/ui/select.tsx @@ -7,7 +7,6 @@ import { Portal } from '@ark-ui/react/portal'; import { ChevronDown, X } from 'lucide-react'; import { ComponentProps, ReactNode, useMemo, useState } from 'react'; import { isNonNullish, isNullish } from 'remeda'; -import { match } from 'ts-pattern'; import { cn } from '@/lib/tailwind/utils'; import { getUiState } from '@/lib/ui-state'; @@ -157,15 +156,10 @@ export const Select =