add re-exports

This commit is contained in:
Pavel Prichodko 2023-01-19 23:59:02 +01:00
parent bb3506580f
commit dbfff0b7ed
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 4 additions and 1 deletions

View File

@ -1,11 +1,14 @@
export * from './button'
export * from './chat-message'
export * from './composer'
export * from './divider'
export * from './divider-label'
export * from './icon-button'
export * from './image'
export * from './input'
export * from './messages'
export * from './shape'
export * from './sidebar'
export * from './sidebar-members'
export { config } from './tamagui.config'
export * from './typography'
export * from './user-list'