import { NextPage } from 'next' const Index: NextPage = () => { return
} export default Index