svelte5 migration, formatting cleanup
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<script>
|
||||
import { goto } from '$app/navigation';
|
||||
import { browser } from '$app/environment';
|
||||
import { goto } from '$app/navigation';
|
||||
import { browser } from '$app/environment';
|
||||
|
||||
if (browser) {
|
||||
// setTimeout needed for goto to work on ios...
|
||||
setTimeout(() => goto('/streams', { replaceState: true }), 0);
|
||||
}
|
||||
if (browser) {
|
||||
// setTimeout needed for goto to work on ios...
|
||||
setTimeout(() => goto('/streams', { replaceState: true }), 0);
|
||||
}
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>apt-get's auditorium</title>
|
||||
<title>apt-get's auditorium</title>
|
||||
</svelte:head>
|
||||
|
||||
Reference in New Issue
Block a user