Skip to content

Instantly share code, notes, and snippets.

@tariqulislam
Created February 3, 2020 06:37
Show Gist options
  • Select an option

  • Save tariqulislam/3db74d42ed0c95b57ab9c911b43f4f95 to your computer and use it in GitHub Desktop.

Select an option

Save tariqulislam/3db74d42ed0c95b57ab9c911b43f4f95 to your computer and use it in GitHub Desktop.
import React from 'react';
import './App.css';
import {Home} from './routes/HomeComponent'
function App() {
return (
<div className="App">
<Home />
</div>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment