Skip to content

Commit

Permalink
fix(*): export frame from index
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Sep 12, 2024
1 parent 55192b2 commit 5f57ee9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export * from './field'
export * from './fieldset'
export * from './file-upload'
export * from './format'
export * from './frame'
export * from './highlight'
export * from './hover-card'
export * from './menu'
Expand Down
5 changes: 3 additions & 2 deletions packages/solid/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export * from './field'
export * from './fieldset'
export * from './file-upload'
export * from './format'
export * from './frame'
export * from './highlight'
export * from './hover-card'
export * from './menu'
Expand All @@ -31,13 +32,13 @@ export * from './select'
export * from './signature-pad'
export * from './slider'
export * from './splitter'
export * from './steps'
export * from './switch'
export * from './tabs'
export * from './tags-input'
export * from './time-picker'
export * from './timer'
export * from './toast'
export * from './toggle-group'
export * from './tooltip'
export * from './tree-view'
export * from './timer'
export * from './steps'
7 changes: 4 additions & 3 deletions packages/vue/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export * from './field'
export * from './fieldset'
export * from './file-upload'
export * from './format'
export * from './frame'
export * from './highlight'
export * from './hover-card'
export * from './menu'
Expand All @@ -31,13 +32,13 @@ export * from './select'
export * from './signature-pad'
export * from './slider'
export * from './splitter'
export * from './steps'
export * from './switch'
export * from './tabs'
export * from './tags-input'
export * from './time-picker'
export * from './timer'
export * from './toast'
export * from './toggle-group' // 1
export * from './toggle-group'
export * from './tooltip'
export * from './tree-view'
export * from './timer'
export * from './steps'

0 comments on commit 5f57ee9

Please sign in to comment.