diff options
| author | jackyzha0 <[email protected]> | 2021-03-06 14:44:15 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-06 14:44:15 -0800 |
| commit | e9a7416fabbbb0155c09ee86e7843a4d87e0c118 (patch) | |
| tree | 4243141cd2f151c65a0b4a8d34213b762aeef516 /frontend/src/components/Form/Input.js | |
| parent | code input style finalizations (diff) | |
| download | ctrl-v-e9a7416fabbbb0155c09ee86e7843a4d87e0c118.tar.xz ctrl-v-e9a7416fabbbb0155c09ee86e7843a4d87e0c118.zip | |
code renderer virtualization, better visuals
Diffstat (limited to 'frontend/src/components/Form/Input.js')
| -rw-r--r-- | frontend/src/components/Form/Input.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Form/Input.js b/frontend/src/components/Form/Input.js index 7c9e413..e000cfb 100644 --- a/frontend/src/components/Form/Input.js +++ b/frontend/src/components/Form/Input.js @@ -1,5 +1,5 @@ import styled from 'styled-components' -import {Border, DropShadow, InputLike, Rounded, Transition} from "./mixins"; +import {Border, DropShadow, InputLike, Rounded} from "./mixins"; export const Input = styled.input` ${Border} |