diff options
| author | jackyzha0 <[email protected]> | 2021-03-06 16:09:51 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-06 16:09:51 -0800 |
| commit | dbf726d9e021a692254defdab8b993063b15354f (patch) | |
| tree | 1853ac5edece80de76346df0bff47cda4e4310ae /frontend/src/App.js | |
| parent | fix modal zindex (diff) | |
| download | ctrl-v-dbf726d9e021a692254defdab8b993063b15354f.tar.xz ctrl-v-dbf726d9e021a692254defdab8b993063b15354f.zip | |
update watermark styling
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> |