rehmulus
Results
1
comments of
rehmulus
You can achieve this in a complicated way by nesting routes. This should only be used as a workaround in my opinion. `App.svelte` ``` svelte import { Router, Route }...