aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Form/Input.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/Form/Input.js')
-rw-r--r--frontend/src/components/Form/Input.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/frontend/src/components/Form/Input.js b/frontend/src/components/Form/Input.js
deleted file mode 100644
index e000cfb..0000000
--- a/frontend/src/components/Form/Input.js
+++ /dev/null
@@ -1,9 +0,0 @@
-import styled from 'styled-components'
-import {Border, DropShadow, InputLike, Rounded} from "./mixins";
-
-export const Input = styled.input`
- ${Border}
- ${Rounded}
- ${DropShadow}
- ${InputLike}
-` \ No newline at end of file