[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

@@ -1,6 +1,6 @@
import React from 'react';
import { shallow } from 'enzyme';
import { Table } from 'reactable';
import { Table } from 'reactable-arc';
import { queries } from './fixtures';
import QueryTable from '../../../src/SqlLab/components/QueryTable';