commerce/pages/index.tsx
2021-08-25 15:09:39 +07:00

13 lines
189 B
TypeScript

import { HeadingCommon } from 'src/components/common'
export default function Home() {
return (
<>
<HeadingCommon textAlign="center" />
</>
)
}
// Home.Layout = Layout