fix reqwest

This commit is contained in:
afc163 2015-09-07 10:20:20 +08:00
parent eaad577e79
commit b25b48b6e5

View File

@ -1,5 +1,5 @@
import React from 'react';
import reqwest from 'reqwest-without-xhr2';
import reqwest from 'reqwest';
import Table from 'rc-table';
import Checkbox from '../checkbox';
import FilterDropdown from './filterDropdown';