const IndexPage = () => { return (
hello world
) } export default IndexPage;