fix(components): export `tooltip` (#528)

This commit is contained in:
Emil Ivanichkov 2024-03-18 14:13:43 +02:00 committed by GitHub
parent c655c24007
commit 148a953a7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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