export components

This commit is contained in:
Pavel Prichodko 2023-01-16 13:12:12 +01:00
parent 758fe8103f
commit 1c319403c7
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
export * from './button'
export * from './image'
export * from './input'
export * from './shape'
export * from './sidebar'
export { config } from './tamagui.config'
export * from './typography'