mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
feat: add footer
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user