[components] export tokens (#440)

* export tokens

* a changeset
This commit is contained in:
Felicio Mununga 2023-06-29 19:37:34 +01:00 committed by GitHub
parent cadab15871
commit 39462bfc14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
'@status-im/components': patch
---
export tokens

View File

@ -25,6 +25,7 @@ export * from './skeleton'
export * from './tag'
export * from './text'
export * from './toast'
export * from './tokens'
export * from './user-list'
// eslint-disable-next-line simple-import-sort/exports
export { config } from './tamagui.config'