aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/App.js
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2021-03-06 16:09:51 -0800
committerjackyzha0 <[email protected]>2021-03-06 16:09:51 -0800
commitdbf726d9e021a692254defdab8b993063b15354f (patch)
tree1853ac5edece80de76346df0bff47cda4e4310ae /frontend/src/App.js
parentfix modal zindex (diff)
downloadctrl-v-dbf726d9e021a692254defdab8b993063b15354f.tar.xz
ctrl-v-dbf726d9e021a692254defdab8b993063b15354f.zip
update watermark styling
Diffstat (limited to 'frontend/src/App.js')
-rw-r--r--frontend/src/App.js2
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>