Some more components fixed... definitely need an @root resolver.

This commit is contained in:
2018-10-22 17:35:44 +11:00
parent f8e76e72c0
commit 1f5a3fc563
14 changed files with 38 additions and 34 deletions

View File

@ -28,7 +28,7 @@ import ButtonGroup from './button/ButtonGroup';
import Form, { FormManager } from './form/Form';
import InputGroup from './group/InputGroup';
import Label from './label/Label';
import Keyboard from './../keyboard/Keyboard';
import Keyboard from './../../keyboard/Keyboard';
export default class Input extends React.Component {
constructor(props) {