mirror of
https://github.com/vercel/commerce.git
synced 2025-03-15 23:12:32 +00:00
8 lines
122 B
TypeScript
8 lines
122 B
TypeScript
|
import { Layout } from '@components/common'
|
||
|
|
||
|
export default function Home() {
|
||
|
return <>Hello</>
|
||
|
}
|
||
|
|
||
|
Home.Layout = Layout
|