Skip to content

Commit

Permalink
remove useLoc export
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Feb 22, 2021
1 parent fb8045a commit 28c91e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preact-iso/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { Router, LocationProvider, useLoc, useLocation } from './router.js';
export { Router, LocationProvider, useLocation } from './router.js';
export { default as lazy, ErrorBoundary } from './lazy.js';
export { default as hydrate } from './hydrate.js';

Expand Down

0 comments on commit 28c91e3

Please sign in to comment.