4
0
forked from crowetic/commerce
commerce/pages/index2.tsx

8 lines
122 B
TypeScript
Raw Normal View History

2021-01-11 13:25:25 -03:00
import { Layout } from '@components/common'
export default function Home() {
return <>Hello</>
}
Home.Layout = Layout