diff options
Diffstat (limited to 'packages/instant/src/components/ui/input.tsx')
-rw-r--r-- | packages/instant/src/components/ui/input.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/instant/src/components/ui/input.tsx b/packages/instant/src/components/ui/input.tsx index fc4fed14e..f8c6b6ef6 100644 --- a/packages/instant/src/components/ui/input.tsx +++ b/packages/instant/src/components/ui/input.tsx @@ -2,8 +2,6 @@ import * as React from 'react'; import { ColorOption, styled } from '../../style/theme'; -import { Container, Flex, Text } from '../ui'; - export interface InputProps { className?: string; value?: string; |