links update

This commit is contained in:
Fractal-Tess
2022-11-07 13:52:24 +02:00
parent 9855bebe02
commit 234b05864c
6 changed files with 87 additions and 30 deletions

View File

@@ -7,7 +7,8 @@
import Versions from '$router/routes/Versions.svelte';
</script>
<!-- The routes give off an error: Here is a fix -> https://github.com/AlexxNB/tinro/pull/121/commits/d2251ffed630aac6e76e71856204ead5dd2f6661 -->
<!-- Fix for linting errors: ->
https://github.com/AlexxNB/tinro/pull/121/commits/d2251ffed630aac6e76e71856204ead5dd2f6661 -->
<Route path="/"><Index /></Route>
<Route path="/call-tauri"><CallTauri /></Route>
<Route path="/hash-string"><HashString /></Route>