// An example of a component you can edit and see changes in real-time

export default function Home() {
  return <h1>Hello, Next.js!</h1>;
}