michael-s-molina commented on code in PR #35308:
URL: https://github.com/apache/superset/pull/35308#discussion_r2383130302
##########
superset-frontend/packages/superset-ui-core/src/components/index.ts:
##########
@@ -28,7 +28,7 @@ export {
ConfirmStatusChange,
type ConfirmStatusChangeProps,
} from './ConfirmStatusChange';
-export { Alert, type AlertProps } from './Alert';
+export { Alert, type AlertProps } from '@apache-superset/core/ui';
Review Comment:
I think if we move one component at a time, you could update the imports
everywhere. If you prefer to keep re-exporting the component from
`@superset-ui/core` and later open a PR just to fix the imports, that also
works.
--
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]