geido commented on code in PR #33090:
URL: https://github.com/apache/superset/pull/33090#discussion_r2056015762


##########
superset-frontend/src/features/alerts/AlertReportModal.tsx:
##########
@@ -38,20 +38,16 @@ import {
 } from '@superset-ui/core';
 import rison from 'rison';
 import { useSingleViewResource } from 'src/views/CRUD/hooks';
-
+import { Input, InputNumber } from 'src/components/Input';
 import { Switch } from 'src/components/Switch';
-import {
-  InputNumber,
-  Collapse,
-  Checkbox,
-  Select,
-  AsyncSelect,
-  Modal,
-} from 'src/components';
+import { Modal } from 'src/components/Modal';
+import { Collapse } from 'src/components/Collapse';

Review Comment:
   We can do that in another PR  or here if it is not too hard but Input, 
InputNumber, Modal, Collapse they can all be imported from src/components 
already. Thanks



-- 
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: [email protected]

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