import React from 'react' type Props = {} const index = (props: Props) => { return (
index
) } export default index