mirror of
https://github.com/vercel/commerce.git
synced 2025-07-04 20:21:21 +00:00
13 lines
189 B
TypeScript
13 lines
189 B
TypeScript
|
|
import { HeadingCommon } from 'src/components/common'
|
|
|
|
export default function Home() {
|
|
return (
|
|
<>
|
|
<HeadingCommon textAlign="center" />
|
|
</>
|
|
)
|
|
}
|
|
|
|
// Home.Layout = Layout
|