Skip to content

Commit 7114e87

Browse files
committed
fix: dashboard.js imports
1 parent 833b0b0 commit 7114e87

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/pages/dashboard/Dashboard.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import React, {Component} from 'react';
22
import PropTypes from 'prop-types';
33
import withStyles from 'isomorphic-style-loader/lib/withStyles';
4-
import {
5-
ButtonToolbar,
6-
} from 'react-bootstrap';
74

85
import {
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>

0 commit comments

Comments
 (0)