import { FC } from 'react'; type Props = { }; const Index: FC = () => { return ( ); }; export default Index;