Skip to content

Commit

Permalink
fix(types): hook exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Jan 6, 2022
1 parent 5c12be2 commit d67f1d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion types/useLocation.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// TypeScript Version: 4.0

export { useRouter as default } from 'found';
export { useLocation as default } from 'found';
2 changes: 1 addition & 1 deletion types/useMatch.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// TypeScript Version: 4.0

export { useRouter as default } from 'found';
export { useMatch as default } from 'found';
2 changes: 1 addition & 1 deletion types/useParams.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// TypeScript Version: 4.0

export { useRouter as default } from 'found';
export { useParams as default } from 'found';

0 comments on commit d67f1d2

Please sign in to comment.