Skip to content

Commit

Permalink
Fixed 'default is not exported' error
Browse files Browse the repository at this point in the history
  • Loading branch information
escheiermann committed Sep 13, 2022
1 parent b7979e5 commit 6fbcadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ window.onpopstate = setRoute;

export { defineRoutes } from "./router/routes";
export { navigate } from "./router/navigate";
export { default as Router } from "./router/Router.svelte";
export { default } from "./router/Router.svelte";

0 comments on commit 6fbcadd

Please sign in to comment.