chore: Breaks the dataViewCommon folder into TableCollection and Pagination (#17132)

This commit is contained in:
Michael S. Molina
2021-10-25 08:47:24 -03:00
committed by GitHub
parent 55be249870
commit 4c96ae76e3
12 changed files with 133 additions and 151 deletions

View File

@@ -22,7 +22,7 @@ import configureStore from 'redux-mock-store';
import { styledMount as mount } from 'spec/helpers/theming';
import QueryTable from 'src/SqlLab/components/QueryTable';
import TableView from 'src/components/TableView';
import { TableCollection } from 'src/components/dataViewCommon';
import TableCollection from 'src/components/TableCollection';
import { Provider } from 'react-redux';
import { queries, user } from 'src/SqlLab/fixtures';