This commit is contained in:
Belen Curcio
2021-01-11 13:25:25 -03:00
parent a3a2c15f70
commit 28b244760a
5 changed files with 13 additions and 6 deletions

7
pages/index2.tsx Normal file
View File

@@ -0,0 +1,7 @@
import { Layout } from '@components/common'
export default function Home() {
return <>Hello</>
}
Home.Layout = Layout