-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui package exports are complex #728
Comments
we've had a bunch of changes with package exports and publishing, is this still relevant? |
the exports were simplified for v2, so users now import the components like this: import { Button } from '@penumbra-zone/ui/Button';
import { Text } from '@penumbra-zone/ui/Text'; we still have to remove the v1 to not even include it in NPM but that might not be the scope if this issue. I'd close it |
can you capture this in another issue and close this? |
Will be followed by #1754 |
No description provided.
The text was updated successfully, but these errors were encountered: