aboutsummaryrefslogtreecommitdiff
path: root/pages/index.tsx
blob: dce81a1dc17ec53a7cd3ce9741e7e28062f308c9 (plain)
1
2
3
4
5
6
7
import Repo from '../src/components/repo/repo'

const HomePage = () => {
  return <Repo />
}

export default HomePage