From 4734fb3f72ac94655d171894bd4cdd5f79be694e Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sun, 7 Mar 2021 07:57:10 -0800 Subject: refactor to use useFetchPaste hook --- frontend/src/components/modals/shared.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'frontend/src/components/modals/shared.js') diff --git a/frontend/src/components/modals/shared.js b/frontend/src/components/modals/shared.js index 0336818..4d5987a 100644 --- a/frontend/src/components/modals/shared.js +++ b/frontend/src/components/modals/shared.js @@ -18,9 +18,4 @@ export const Form = styled.form` export const ModalHeader = styled.h3` font-weight: 700 -` - -export const Padding = styled.span` - content: ' '; - margin-right: 2em; ` \ No newline at end of file -- cgit v1.2.3