ChandimaPrabath's picture
init
319ee36
raw
history blame contribute delete
220 Bytes
import "./App.css";
import Index from "./pages/Index";
function App() {
return (
<div className="App">
<header className="App-header">
<Index/>
</header>
</div>
);
}
export default App;