mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
[bugfix] moving from reactable to reactable-arc fork (#6576)
This commit is contained in:
committed by
Beto Dealmeida
parent
d80cbbc7ec
commit
b16498796f
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user