add re-exports
This commit is contained in:
parent
f821b0c89d
commit
9eed511a96
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue