chore(web) Update SvelteKit (#1066)

* Update sveltekit

* Update sveltekit

* Update correct preloading attribute
This commit is contained in:
Alex 2022-12-06 18:08:08 -06:00 committed by GitHub
parent b5a5363a6a
commit 1adf8ff6b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 3336 additions and 3077 deletions

View file

@ -1,8 +1,6 @@
<script lang="ts">
import { onMount } from 'svelte';
let toggleButton: HTMLElement;
onMount(() => {
var themeToggleDarkIcon = document.getElementById('theme-toggle-dark-icon');
var themeToggleLightIcon = document.getElementById('theme-toggle-light-icon');
@ -48,7 +46,6 @@
</script>
<button
bind:this={toggleButton}
on:click={toggleTheme}
id="theme-toggle"
type="button"