michael-s-molina commented on PR #32705:
URL: https://github.com/apache/superset/pull/32705#issuecomment-2786240410

   > I think at this point we can consider including it for all the components.
   
   As I mentioned 
[here](https://github.com/apache/superset/pull/32705#issuecomment-2765931501), 
these components will be moved later to an NPM package and consumers will 
probably import them like:
   
   ```
   import { Skeleton } from '@superset-ui/components';
   ```
   
   so it will be easier to migrate later if their current import is:
   
   ```
   import { Skeleton } from 'src/components';
   ```
   
   This also aligns with how we import Ant Design and `@superset/core` 
components.


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