File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import PropTypes from 'prop-types' ;
33import withStyles from 'isomorphic-style-loader/lib/withStyles' ;
4- import {
5- ButtonToolbar ,
6- } from 'react-bootstrap' ;
74
85import {
96 Row ,
@@ -247,7 +244,7 @@ class Dashboard extends Component {
247244 < h3 className = "mb" > Some standard reactstrap components</ h3 >
248245 < Row className = "mb" >
249246 < Col sm = { 6 } >
250- < ButtonToolbar className = "mb" >
247+ < div >
251248 < Button size = "sm" color = "default" className = "mr-sm mb-xs" >
252249 Default
253250 </ Button >
@@ -263,7 +260,7 @@ class Dashboard extends Component {
263260 < Button size = "sm" color = "danger" className = "mb-xs" >
264261 Danger
265262 </ Button >
266- </ ButtonToolbar >
263+ </ div >
267264 < ButtonGroup className = "mb" >
268265 < Button color = "default" > 1</ Button >
269266 < Button color = "default" > 2</ Button >
You can’t perform that action at this time.
0 commit comments