You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/01/06 21:40:30 UTC

[GitHub] [superset] rusackas commented on a change in pull request #17897: chore: Moves the Menu to views/components folder

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



##########
File path: superset-frontend/src/views/components/Menu.tsx
##########
@@ -21,10 +21,15 @@ import { styled, css } from '@superset-ui/core';
 import { debounce } from 'lodash';
 import { Global } from '@emotion/react';
 import { getUrlParam } from 'src/utils/urlUtils';
-import { MainNav as DropdownMenu, MenuMode } from 'src/common/components';
+import {
+  MainNav as DropdownMenu,
+  MenuMode,
+  Row,
+  Col,
+  Grid,
+} from 'src/common/components';
 import { Tooltip } from 'src/components/Tooltip';
 import { Link } from 'react-router-dom';
-import { Row, Col, Grid } from 'antd';

Review comment:
       Thanks for cleaning this up!




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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org