import { Link } from "react-router"; export function HomePage() { return (

Hello React!

Go to Person
); }