// @flow import Page from "../components/Page"; export default function Home() { return (
Hello World
); }