Skip to content

Commit 4cf008e

Browse files
Fix useRoute not being exported in main entry
1 parent d3ed935 commit 4cf008e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { Router, LocationProvider, useLocation, Route } from './router.js';
1+
export { Router, LocationProvider, useLocation, Route, useRoute } from './router.js';
22
export { default as lazy, ErrorBoundary } from './lazy.js';
33
export { default as hydrate } from './hydrate.js';
44

0 commit comments

Comments
 (0)