aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components')
-rw-r--r--frontend/src/components/PasteInfo.js2
-rw-r--r--frontend/src/components/hooks/useFetchPaste.js5
2 files changed, 6 insertions, 1 deletions
diff --git a/frontend/src/components/PasteInfo.js b/frontend/src/components/PasteInfo.js
index 25afbc9..6ab5b19 100644
--- a/frontend/src/components/PasteInfo.js
+++ b/frontend/src/components/PasteInfo.js
@@ -17,7 +17,7 @@ const ShiftedButton = styled(Button)`
margin-top: 1.6em !important;
`
-const SpacedText = styled.p`
+const SpacedText = styled.span`
margin-right: 1em;
`
diff --git a/frontend/src/components/hooks/useFetchPaste.js b/frontend/src/components/hooks/useFetchPaste.js
index e69de29..a61ca1e 100644
--- a/frontend/src/components/hooks/useFetchPaste.js
+++ b/frontend/src/components/hooks/useFetchPaste.js
@@ -0,0 +1,5 @@
+import React from 'react'
+
+export default () => {
+
+} \ No newline at end of file