import React from 'react'; import { EventAttrs } from '../Register/event'; const Event: React.FC = props =>
{props}
; export default Event;