Skip to content

Commit

Permalink
Add missing route export
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Mar 21, 2021
1 parent 40e7086 commit 5ff2c55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/afraid-poets-stare.md
@@ -0,0 +1,5 @@
---
'preact-iso': patch
---

Add missing Route export
2 changes: 1 addition & 1 deletion packages/preact-iso/index.js
@@ -1,4 +1,4 @@
export { Router, LocationProvider, useLocation } from './router.js';
export { Router, LocationProvider, useLocation, Route } from './router.js';
export { default as lazy, ErrorBoundary } from './lazy.js';
export { default as hydrate } from './hydrate.js';

Expand Down

0 comments on commit 5ff2c55

Please sign in to comment.