9e51bdc 70e74ea 9e51bdc
1
2
3
4
5
6
7
import Homepage from './components/Homepage'; function App() { return <Homepage />; } export default App;