aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages/index.js
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2021-04-11 11:40:44 -0700
committerjackyzha0 <[email protected]>2021-04-11 11:40:44 -0700
commit77c061bc0b8aecce7311ce820b3401c95797a589 (patch)
tree6ec62987330f74b4dfca95dfaaa8cd5c723d1b58 /frontend/src/pages/index.js
parentsafely remove style.css (diff)
downloadctrl-v-77c061bc0b8aecce7311ce820b3401c95797a589.tar.xz
ctrl-v-77c061bc0b8aecce7311ce820b3401c95797a589.zip
working raw paste fetch
Diffstat (limited to 'frontend/src/pages/index.js')
-rw-r--r--frontend/src/pages/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/pages/index.js b/frontend/src/pages/index.js
index 36bcad7..1b550e8 100644
--- a/frontend/src/pages/index.js
+++ b/frontend/src/pages/index.js
@@ -9,6 +9,7 @@ import Latex from '../components/renderers/Latex'
import Markdown from '../components/renderers/Markdown'
import {Button, SubmitButton} from "../components/Common/Button";
import {newPaste} from "../http/shared";
+import {Watermark} from "../components/Watermark";
const Container = styled.form`
width: 100%;
@@ -147,6 +148,7 @@ const NewPaste = () => {
</div>
<br />
<Error ref={ErrorLabel} />
+ <Watermark/>
</Container>
);
}