1
0
mirror of https://github.com/franjsco/tick3t synced 2025-06-05 22:19:18 +02:00

feat: add footer

This commit is contained in:
frab1t
2019-05-18 14:50:49 +02:00
parent eec2b646cf
commit c948bd329c
2 changed files with 38 additions and 0 deletions

View File

@@ -7,12 +7,18 @@ import 'bootstrap/dist/css/bootstrap.min.css';
import Routes from './Routes';
import NavBar from './components/NavBar';
import Footer from './components/Footer';
function App() {
return (
<div className="app">
<Routes>
<NavBar />
<Container>
<Footer />
</Container>
</Routes>
</div>
);