We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622e185 commit 4f312a2Copy full SHA for 4f312a2
src/index.ts
@@ -1,2 +1,3 @@
1
export * from './matchers'
2
-export type { Route, Router, MatchedHandler } from './router'
+export type { Route, MatchedHandler } from './router'
3
+export { Router } from './router'
0 commit comments