fix(sw-350): reverted unnecessary state

This commit is contained in:
Pontus Dreij
2024-10-15 11:54:56 +02:00
parent cae11a80a7
commit 4089d8d8d6
4 changed files with 5 additions and 19 deletions

View File

@@ -5,7 +5,6 @@ import type { DateRange } from "react-day-picker"
export interface DatePickerFormProps {
name?: string
onToggleOpen?: (isDatePickerOpen: boolean) => void
}
type LangWithoutEn = Lang.da | Lang.de | Lang.fi | Lang.no | Lang.sv