1 2 3 4 5 6 7 8
export default function IndexPage() { return ( <div> <h1>Hello World</h1> <a href="/api/users">View Users</a> </div> ); }