import { NextPage } from 'next'; const Home: NextPage = () => { return

Hello world!

; }; export default Home;