diff --git a/src/components/App/App.jsx b/src/components/App/App.jsx index e6bb4e1..2b70ea9 100644 --- a/src/components/App/App.jsx +++ b/src/components/App/App.jsx @@ -2,6 +2,7 @@ import React, { Component } from 'react'; import './App.scss'; import Navbar from '../Navbar/Navbar'; import GameContainer from '../GameContainer/GameContainer'; +import Footer from '../Footer/Footer'; import { removeHash } from '../../data/helperFuncs'; const options = {}; @@ -40,6 +41,7 @@ class App extends Component { /> +