refactor(@cockpit/editor): Resizable component is strictly a named export for re-resizable >4.1.1

This commit is contained in:
Michael Bradley, Jr 2019-09-17 12:17:36 -05:00 committed by Michael Bradley
parent e4e856f274
commit 924ae38799
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import {connect} from 'react-redux';
import {withRouter} from "react-router-dom";
import {Row, Col} from 'reactstrap';
import classnames from 'classnames';
import Resizable from 're-resizable';
import {Resizable} from 're-resizable';
import TextEditorAsideContainer from './TextEditorAsideContainer';
import TextEditorContainer from './TextEditorContainer';