4
0
forked from crowetic/commerce
commerce/pages/index2.tsx
Belen Curcio 28b244760a changes
2021-01-11 13:25:25 -03:00

8 lines
122 B
TypeScript

import { Layout } from '@components/common'
export default function Home() {
return <>Hello</>
}
Home.Layout = Layout