Skip to content

Commit

Permalink
Fix re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
fullofcaffeine committed Apr 24, 2024
1 parent 13a5dfd commit 9c493f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,10 @@ export {
/**
* @deprecated Import `useNavigator` instead.
*/
NavigatorProvider,
Navigator,
useNavigator as __experimentalUseNavigator,
NavigatorProvider,
Navigator, // alias for `NavigatorProvider`
useNavigator,
} from './navigator';
export { default as Notice } from './notice';
export { default as __experimentalNumberControl } from './number-control';
Expand Down

0 comments on commit 9c493f8

Please sign in to comment.