diff --git a/src/components/Event/EventFormFields.tsx b/src/components/Event/EventFormFields.tsx index 03c80c6..e764f2f 100644 --- a/src/components/Event/EventFormFields.tsx +++ b/src/components/Event/EventFormFields.tsx @@ -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' diff --git a/src/components/Event/components/EventFormFieldsExpaned.tsx b/src/components/Event/components/EventFormFieldsExpanded.tsx similarity index 100% rename from src/components/Event/components/EventFormFieldsExpaned.tsx rename to src/components/Event/components/EventFormFieldsExpanded.tsx