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 1
1
import React , { Component } from 'react' ;
2
2
import PropTypes from 'prop-types' ;
3
3
import withStyles from 'isomorphic-style-loader/lib/withStyles' ;
4
- import {
5
- ButtonToolbar ,
6
- } from 'react-bootstrap' ;
7
4
8
5
import {
9
6
Row ,
@@ -247,7 +244,7 @@ class Dashboard extends Component {
247
244
< h3 className = "mb" > Some standard reactstrap components</ h3 >
248
245
< Row className = "mb" >
249
246
< Col sm = { 6 } >
250
- < ButtonToolbar className = "mb" >
247
+ < div >
251
248
< Button size = "sm" color = "default" className = "mr-sm mb-xs" >
252
249
Default
253
250
</ Button >
@@ -263,7 +260,7 @@ class Dashboard extends Component {
263
260
< Button size = "sm" color = "danger" className = "mb-xs" >
264
261
Danger
265
262
</ Button >
266
- </ ButtonToolbar >
263
+ </ div >
267
264
< ButtonGroup className = "mb" >
268
265
< Button color = "default" > 1</ Button >
269
266
< Button color = "default" > 2</ Button >
You can’t perform that action at this time.
0 commit comments