1 2 3 4 5 6 7
import "./index.css"; export default function HomePage() { return ( <div className="home-page">Be patient! I'm working on this...</div> ); }