Socialify

Folder ..

Viewing index.tsx
7 lines (5 loc) • 118.0 B

1
2
3
4
5
6
7
import Repo from '../src/components/repo/repo'

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

export default HomePage