Created
April 9, 2021 21:19
-
-
Save willmendesneto/fc59e6e69cdba23c4ec12fcc7555f97a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// `./entrypoints/utils.js` file content | |
// Accessed via `@myapp/butons/utils` entry-point | |
export * from '../ButtonGroup'; | |
export * from '../ButtonTheme'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment