#820 rename the file EventFormFieldsExpaned.tsx to EventFormFieldsExpanded.tsx

This commit is contained in:
lethemanh
2026-04-24 15:24:32 +07:00
committed by Benoit TELLIER
parent 52fc0b305f
commit 63618501e7
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import { useScreenSizeDetection } from '@/useScreenSizeDetection'
import { CalendarSelectField } from './fields/CalendarSelectField'
import { EventDateTimeField } from './fields/EventDateTimeField'
import { VideoConferenceField } from './fields/VideoConferenceField'
import { EventFormFieldsExpanded } from './components/EventFormFieldsExpaned'
import { EventFormFieldsExpanded } from './components/EventFormFieldsExpanded'
import { useAutoFocusTitle } from './hooks/useAutoFocusTitle'
import LocationField from './fields/LocationField'
import { EventFormFieldsProps } from './EventFormFields.types'