Compare commits

...
3 Commits
Author SHA1 Message Date
Felicio Mununga fcf3396952 Delete index.tsx 2023-06-30 17:44:08 +01:00
Felicio Mununga ed500369e1 Create tidy-spoons-remember.md 2023-06-30 17:42:49 +01:00
Felicio Mununga 48033b5718 Update index.tsx 2023-06-30 17:33:35 +01:00
2 changed files with 5 additions and 31 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@status-im/components": patch
---
[components] export tabs
-31
View File
@@ -1,31 +0,0 @@
export * from './anchor-actions'
export * from './avatar'
export * from './button'
export * from './calendar'
export * from './checkbox'
export * from './community'
export * from './composer'
export * from './context-tag'
export * from './counter'
export * from './dividers'
export * from './dropdown-menu'
export * from './dynamic-button'
export * from './gap-messages'
export * from './icon-button'
export * from './image'
export * from './information-box'
export * from './input'
export * from './messages'
export * from './pinned-message'
export * from './popover'
export * from './provider'
export * from './shadow'
export * from './shortcut'
export * from './skeleton'
export * from './tag'
export * from './text'
export * from './toast'
export * from './tokens'
export * from './user-list'
// eslint-disable-next-line simple-import-sort/exports
export { config } from './tamagui.config'