aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/src/select/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/forms/src/select/index.tsx')
-rw-r--r--packages/forms/src/select/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/forms/src/select/index.tsx b/packages/forms/src/select/index.tsx
index 0e5ded176..71bce7039 100644
--- a/packages/forms/src/select/index.tsx
+++ b/packages/forms/src/select/index.tsx
@@ -7,7 +7,6 @@ import injectStyle from 'react-jss';
7 7
8import { IFormField, IWithStyle } from '../typings/generic'; 8import { IFormField, IWithStyle } from '../typings/generic';
9 9
10import { NONAME } from 'dns';
11import { Error } from '../error'; 10import { Error } from '../error';
12import { Label } from '../label'; 11import { Label } from '../label';
13import { Wrapper } from '../wrapper'; 12import { Wrapper } from '../wrapper';