diff options
Diffstat (limited to 'frontend/src/components/Form/Input.js')
| -rw-r--r-- | frontend/src/components/Form/Input.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/components/Form/Input.js b/frontend/src/components/Form/Input.js index 4dbc002..e000cfb 100644 --- a/frontend/src/components/Form/Input.js +++ b/frontend/src/components/Form/Input.js @@ -1,4 +1,3 @@ -import React from "react"; import styled from 'styled-components' import {Border, DropShadow, InputLike, Rounded} from "./mixins"; |