Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Berlin Chan committed May 6, 2017
1 parent 9656d84 commit 163428c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {Card, Badge, Spin, Checkbox} from 'antd';
import moment from 'moment';
import cls from './MonitorCard.scss'
import {Table, Column, Cell} from 'fixed-data-table-2';
import 'fixed-data-table/dist/fixed-data-table.min.css'
import 'fixed-data-table-2/dist/fixed-data-table.min.css'
import Dimensions from 'react-dimensions'

const CheckboxCell = ({rowIndex, data, col, ...props}) => (
Expand Down

0 comments on commit 163428c

Please sign in to comment.