mirror of
https://github.com/maputnik/editor.git
synced 2025-12-28 09:00:02 +00:00
Import rebass components explictly
This commit is contained in:
@@ -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*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import React from 'react'
|
||||
import { Select, Input } from 'rebass'
|
||||
import inputStyle from './input.js'
|
||||
|
||||
class EnumField extends React.Component {
|
||||
|
||||
@@ -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*/
|
||||
|
||||
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user