import EventForm, { EventFormProps } from './EventForm';
export default EventForm;
export { EventFormProps };
