mirror of
https://github.com/vercel/commerce.git
synced 2025-03-15 15:02:32 +00:00
4 lines
66 B
TypeScript
4 lines
66 B
TypeScript
export default function Home() {
|
|
return <h1>Hello World</h1>;
|
|
}
|