diff options
Diffstat (limited to 'src/components/App.js')
| -rw-r--r-- | src/components/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/App.js b/src/components/App.js index 2a7c22e..198311f 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -30,7 +30,7 @@ export default class App extends Component { <NavigationBar /> <Routes /> - + <Footer /> </div> </div> |