aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/textarea/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/textarea/index.tsx')
-rw-r--r--src/components/ui/textarea/index.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/ui/textarea/index.tsx b/src/components/ui/textarea/index.tsx
index 34ec4cf4b..e005767f8 100644
--- a/src/components/ui/textarea/index.tsx
+++ b/src/components/ui/textarea/index.tsx
@@ -4,9 +4,9 @@ import injectSheet, { WithStylesProps } from 'react-jss';
4 4
5import { IFormField } from '../typings/generic'; 5import { IFormField } from '../typings/generic';
6 6
7import { Error } from '../error'; 7import Error from '../error';
8import { Label } from '../label'; 8import Label from '../label';
9import { Wrapper } from '../wrapper'; 9import Wrapper from '../wrapper';
10 10
11import styles from './styles'; 11import styles from './styles';
12 12