Skip to content

Commit

Permalink
feat: location hooks (forgot these... 🤦)
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Mar 10, 2025
1 parent 867cd8d commit b48b55c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adex/src/router.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ export {
lazy,
LocationProvider,
ErrorBoundary,
useLocation,
useRoute,
} from 'preact-iso'
2 changes: 2 additions & 0 deletions adex/src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ export {
Route,
lazy,
LocationProvider,
useLocation,
useRoute,
} from 'preact-iso'

0 comments on commit b48b55c

Please sign in to comment.