hainenber commented on issue #38082:
URL: https://github.com/apache/superset/issues/38082#issuecomment-3924564908

   It appears that you're creating a customized Superset instance via source 
code modification/development. This isn't really ideal for support as `master` 
branch can be unstable with varying degrees. You should join `debug-together` 
Slack channel so that folks out there with similar modification can help out.
   
   For your cases, the imports should be 
   
   ```
   import { useTheme, styled } from '@apache-superset/core/ui';
   import { Input, Button, Card, Alert, Collapse } from 
'@superset-ui/core/components';
   
   ```
   
   I'll be closing off this one as this ventures a bit into development setup.


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