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