From 163428c7c08a6dec792a4c2f00c8713b2295c2cf Mon Sep 17 00:00:00 2001 From: Berlin Chan Date: Sat, 6 May 2017 12:19:16 +0800 Subject: [PATCH] fix import --- .../Monitor/components/widgets/MonitorCard/MonitorCard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/routes/Monitor/components/widgets/MonitorCard/MonitorCard.js b/client/src/routes/Monitor/components/widgets/MonitorCard/MonitorCard.js index 3d14e53..ef68bc7 100644 --- a/client/src/routes/Monitor/components/widgets/MonitorCard/MonitorCard.js +++ b/client/src/routes/Monitor/components/widgets/MonitorCard/MonitorCard.js @@ -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}) => (