Files
link-free/src/pages/index.tsx

6 lines
100 B
TypeScript
Raw Normal View History

2021-12-12 23:45:41 -03:00
import { Home } from '../components/Home'
2021-12-11 01:48:15 -03:00
2021-12-12 23:45:41 -03:00
export default function HomePage() {
return <Home />
2021-12-10 20:54:28 -03:00
}