Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove double navigation on app load
We where navigating to the `home` route twice on load. Once with `router.loadFromLocation` and then during `onMount` with `navigate("home")` which triggered the repo listing twice.
- Loading branch information