Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/Input.tsx')
-rw-r--r--client/components/Input.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/Input.tsx b/client/components/Input.tsx
index 1cb50e7..0c51aef 100644
--- a/client/components/Input.tsx
+++ b/client/components/Input.tsx
@@ -1,3 +1,4 @@
+import React from 'react';
import { Flex, BoxProps } from "reflexbox/styled-components";
import styled, { css, keyframes } from "styled-components";
import { withProp, prop, ifProp } from "styled-tools";