diff options
Diffstat (limited to 'frontend/src/App.js')
| -rw-r--r-- | frontend/src/App.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/src/App.js b/frontend/src/App.js index 99e71ae..a8da469 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -1,7 +1,6 @@ import React from 'react'; import NewPaste from './components/NewPaste' import ViewPaste from './components/ViewPaste' -import Footer from './components/Footer' import styled from 'styled-components' import { BrowserRouter as Router, @@ -47,7 +46,6 @@ const App = () => { <NewPaste /> </Route> </Switch> - <Footer /> </Main> </Route> </Switch> |