Skip to content

Commit

Permalink
fix(hooks): export use design system context
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Apr 16, 2024
1 parent d47ce8e commit a3c5772
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Components
export * from '@/components/alert'
export * from '@/components/avatar'
export * from '@/components/breadcrumb'
Expand All @@ -18,4 +19,8 @@ export * from '@/components/switch'
export * from '@/components/table'
export * from '@/components/typography'

// Hooks
export * from '@/hooks/use-design-system'

// Utilities
export * from '@/utilities/types'

0 comments on commit a3c5772

Please sign in to comment.