EnxDev commented on PR #32705:
URL: https://github.com/apache/superset/pull/32705#issuecomment-2786141610

   > > @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.
   
   I think at this point we can consider including it for all the components.
   
   What do you think about it?


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