Skip to content

Commit

Permalink
fix: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Dec 14, 2024
1 parent a2ef175 commit a21c5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
ChevronLeftIcon,
ChevronRightIcon,
EllipsisIcon,
} from '#components/icons/icons.ts'
} from '#components/icons/icons.tsx'

interface ButtonVariantMap {
current: ButtonProps['variant']
Expand Down
1 change: 1 addition & 0 deletions packages/saas-ui-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export * from './components/loading-overlay/index.ts'
export * from './components/navbar/index.ts'
export * from './components/number-input/index.ts'
export * from './components/menu/index.ts'
export * from './components/pagination/index.ts'
export * from './components/password-input/index.ts'
export * from './components/persona/index.ts'
export * from './components/pin-input/index.ts'
Expand Down

0 comments on commit a21c5ae

Please sign in to comment.