diff options
| author | jackyzha0 <[email protected]> | 2021-03-05 23:50:11 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-05 23:50:11 -0800 |
| commit | 6c974b237a9b7a8bd8f294d210157e19acf4c7fe (patch) | |
| tree | cbaa793a6f1468ae4d2c6b5d91bae38fe7dc0840 /frontend/src/components/Form/Input.js | |
| parent | text area styling (diff) | |
| download | ctrl-v-6c974b237a9b7a8bd8f294d210157e19acf4c7fe.tar.xz ctrl-v-6c974b237a9b7a8bd8f294d210157e19acf4c7fe.zip | |
button styling
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"; |