[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,7 +1,7 @@
import React from 'react';
import { shallow } from 'enzyme';
import { Table, Thead, Td, Th, Tr } from 'reactable';
import { Table, Thead, Td, Th, Tr } from 'reactable-arc';
import AlteredSliceTag from '../../../src/components/AlteredSliceTag';
import ModalTrigger from '../../../src/components/ModalTrigger';