Skip to content

Commit

Permalink
Issue Fixed #268
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaTORQUE committed Nov 24, 2023
1 parent 3092f96 commit f0267ec
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 @@ -2,5 +2,5 @@ export { default as Link } from "./Link.svelte";
export { default as Route } from "./Route.svelte";
export { default as Router } from "./Router.svelte";
export { link, links } from "./actions.js";
export * from "./contexts.js";
export { navigate } from "./history.js";
export * from "./contexts.js";

0 comments on commit f0267ec

Please sign in to comment.