michael-s-molina commented on PR #32705:
URL: https://github.com/apache/superset/pull/32705#issuecomment-2786128187
> @michael-s-molina I am not sure what you are referring to specifically?
@geido I'm talking about the following type of change that was made in this
PR:
```
- import { Skeleton } from 'src/components';
+ import Skeleton from 'src/components/Skeleton';
```
Previously, it was importing from `src/components` as recommended, and now
it's importing from `src/components/Skeleton`. There are many occurrences of
this change.
--
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]