style: move channel tests one level upwards, avoid onmount goto
This commit is contained in:
parent
7e29468247
commit
cfe22d204b
7 changed files with 3 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
<h3>Channel tests</h3>
|
||||
<ul>
|
||||
<li><a href="channels/stereo">Stereo</a></li>
|
||||
<li><a href="channels/5.1">5.1 Surround</a></li>
|
||||
<li><a href="channels/7.1">7.1 Surround</a></li>
|
||||
<li><a href="channels-stereo">Stereo</a></li>
|
||||
<li><a href="channels-5.1">5.1 Surround</a></li>
|
||||
<li><a href="channels-7.1">7.1 Surround</a></li>
|
||||
</ul>
|
||||
|
||||
<style>
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
<script lang="ts">
|
||||
import { onMount } from 'svelte';
|
||||
import { goto } from '$app/navigation';
|
||||
|
||||
onMount(() => {
|
||||
goto('..');
|
||||
});
|
||||
</script>
|
Loading…
Reference in a new issue