Skip to content

Commit

Permalink
chore: Removed semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
CatchABus committed Nov 10, 2021
1 parent 516aa36 commit 56401e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Router.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export let routes = {}
/**
* Optional layout component to use as a parent for page component.
*/
export let layout = null;
export let layout = null
/**
* Optional prefix for the routes in this router. This is useful for example in the case of nested routers.
Expand Down

0 comments on commit 56401e5

Please sign in to comment.