Import rebass components explictly

This commit is contained in:
lukasmartinelli
2016-09-15 09:13:23 +02:00
parent 1ad7ece72c
commit dec1233a6d
14 changed files with 55 additions and 16 deletions

View File

@@ -1,5 +1,4 @@
import React from 'react'
import { Label, Input } from 'rebass'
import inputStyle from './input.js'
/*** Number fields with support for min, max and units and documentation*/

View File

@@ -1,5 +1,4 @@
import React from 'react'
import { Select, Input } from 'rebass'
import inputStyle from './input.js'
class EnumField extends React.Component {

View File

@@ -1,5 +1,4 @@
import React from 'react'
import { Label, Input } from 'rebass'
import inputStyle from './input.js'
/*** Number fields with support for min, max and units and documentation*/

View File

@@ -1,5 +1,4 @@
import React from 'react'
import { Label, Input } from 'rebass'
import inputStyle from './input.js'
/*** Number fields with support for min, max and units and documentation*/