fix reqwest

This commit is contained in:
afc163 2015-10-19 11:34:44 +08:00
parent d3421b6bf4
commit dc47b1cd5b

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 Radio from '../radio';