add re-exports

This commit is contained in:
Pavel Prichodko 2023-01-19 23:59:02 +01:00
parent f821b0c89d
commit 9eed511a96
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
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'