forked from crowetic/commerce
8 lines
122 B
TypeScript
8 lines
122 B
TypeScript
|
import { Layout } from '@components/common'
|
||
|
|
||
|
export default function Home() {
|
||
|
return <>Hello</>
|
||
|
}
|
||
|
|
||
|
Home.Layout = Layout
|