Skip to content

Commit

Permalink
fix: add missing components to export
Browse files Browse the repository at this point in the history
  • Loading branch information
lordspace74 committed Mar 26, 2023
1 parent be58596 commit 11b8250
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export * from './GenericError'
export * from './NativePortal'
export * from './RefetchControl'
export * from './SharedPortalAreaProvider'
export * from './SharedPortalPresentationArea'
export * from './SnackbarComponent'
export * from './SnackbarPresentationView'
export * from './NativePortal'

0 comments on commit 11b8250

Please sign in to comment.