diff --git a/src/App.js b/src/App.js index 2163158b68351eaea5b4be9b6fdb561eba377d89..04d598237061b35bd3dba54c818c3508906b8dab 100644 --- a/src/App.js +++ b/src/App.js @@ -10,7 +10,6 @@ function App() { <HashRouter> <Route path="/create" component={CreateForm} /> <Route path="/answer/:id" component={AnswerForm} /> - <Footer /> </HashRouter> ); }