aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/App.js
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2021-04-11 10:27:27 -0700
committerjackyzha0 <[email protected]>2021-04-11 10:27:27 -0700
commit0144bfc9cc6c616a00a8171f3950a75ec948427e (patch)
tree101d6c12471d411e9266cffa8e90176aff2e6fdb /frontend/src/App.js
parentbase next bump (diff)
downloadctrl-v-0144bfc9cc6c616a00a8171f3950a75ec948427e.tar.xz
ctrl-v-0144bfc9cc6c616a00a8171f3950a75ec948427e.zip
base next refactor
Diffstat (limited to 'frontend/src/App.js')
-rw-r--r--frontend/src/App.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/frontend/src/App.js b/frontend/src/App.js
index 0a47baa..f00397f 100644
--- a/frontend/src/App.js
+++ b/frontend/src/App.js
@@ -13,10 +13,7 @@ import ThemeProvider from './theme/ThemeProvider'
import GlobalStyle from './theme/GlobalStyle'
import {Watermark} from "./components/Watermark";
-const Main = styled.div`
- margin-top: 10vh;
- padding: 0 20vw 30px 20vw;
-`
+
const GetPasteWithParam = () => {
let { hash } = useParams();