mirror of
https://github.com/vercel/commerce.git
synced 2025-05-14 21:47:51 +00:00
4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
export default function Page() {
|
|
return <h1>Hello, Next.js!</h1>;
|
|
}
|