rusackas commented on a change in pull request #11211:
URL:
https://github.com/apache/incubator-superset/pull/11211#discussion_r508196196
##########
File path: superset-frontend/src/common/components/Tabs.tsx
##########
@@ -16,27 +16,46 @@
* specific language governing permissions and limitations
* under the License.
*/
+import React from 'react';
import { styled } from '@superset-ui/core';
import { Tabs as AntdTabs } from 'src/common/components';
+import { css } from '@emotion/core';
+import Icon from '../../components/Icon';
Review comment:
```suggestion
import Icon from 'src/components/Icon';
```
Using this webpack alias makes it easier to shuffle files around :)
----------------------------------------------------------------
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]