import { ButtonCommon, Layout } from 'src/components/common' export default function Home() { return ( <>
This is home page
Button default

Go to pages/index.tsx to get your hand dirty!

Go to src/components to make your awesome component!

Go to src/styles to find global styles!

) } Home.Layout = Layout