rusackas commented on a change in pull request #13274:
URL: https://github.com/apache/superset/pull/13274#discussion_r582542215



##########
File path: superset-frontend/src/chart/Chart.jsx
##########
@@ -19,12 +19,12 @@
 import PropTypes from 'prop-types';
 import React from 'react';
 import Alert from 'src/components/Alert';
-import { styled, logging } from '@superset-ui/core';
+import { styled, logging, t } from '@superset-ui/core';
 
 import { isFeatureEnabled, FeatureFlag } from 'src/featureFlags';
-import { Logger, LOG_ACTIONS_RENDER_CHART } from '../logger/LogUtils';
+import Button from 'src/components/Button';
 import Loading from '../components/Loading';

Review comment:
       ```suggestion
   import Loading from 'src/components/Loading';
   ```
   might as well add `src` alias paths for the rest of these imports while 
we're here (I won't point out the rest... you get the idea) :)




----------------------------------------------------------------
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]

Reply via email to