rusackas commented on a change in pull request #13299:
URL: https://github.com/apache/superset/pull/13299#discussion_r582508101
##########
File path: superset-frontend/src/components/TableLoader/index.tsx
##########
@@ -17,25 +17,14 @@
* under the License.
*/
import React, { useState, useEffect, useMemo } from 'react';
-import PropTypes from 'prop-types';
import { t, SupersetClient, JsonObject } from '@superset-ui/core';
import TableView from 'src/components/TableView';
-import withToasts from '../messageToasts/enhancers/withToasts';
-import Loading from './Loading';
-import '../../stylesheets/reactable-pagination.less';
-import { EmptyWrapperType } from './TableView/TableView';
+import withToasts from 'src/messageToasts/enhancers/withToasts';
+import Loading from '../Loading';
+import 'stylesheets/reactable-pagination.less';
+import { EmptyWrapperType } from '../TableView/TableView';
Review comment:
```suggestion
import { EmptyWrapperType } from 'src/components/TableView/TableView';
```
src path again, but I also wonder if we shouldn't just rename
`TableView.tsx` to `index.tsx` so that the path is just
`src/components/TableView/`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]