[bugfix] moving from reactable to reactable-arc fork (#6576)

This commit is contained in:
Maxime Beauchemin
2018-12-28 10:45:51 -08:00
committed by Beto Dealmeida
parent d80cbbc7ec
commit b16498796f
12 changed files with 15 additions and 119 deletions

View File

@@ -3,7 +3,7 @@ import { mount } from 'enzyme';
import thunk from 'redux-thunk';
import configureStore from 'redux-mock-store';
import fetchMock from 'fetch-mock';
import { Table } from 'reactable';
import { Table } from 'reactable-arc';
import DashboardTable from '../../../src/welcome/DashboardTable';
import Loading from '../../../src/components/Loading';