diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-04-05 16:56:02 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-04-06 08:47:20 -0500 |
commit | 8a635a8e5bf8d23994d30d7d90b0318c27246a5d (patch) | |
tree | 254f145153b122190449f8701e4f6282eb9faf20 /clients/www/src/routes | |
parent | Do not actually override the UI yet (diff) | |
download | zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.gz zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.bz2 zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.lz zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.xz zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.zst zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.zip |
Lint
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'clients/www/src/routes')
-rw-r--r-- | clients/www/src/routes/+layout.svelte | 6 | ||||
-rw-r--r-- | clients/www/src/routes/+layout.ts | 2 | ||||
-rw-r--r-- | clients/www/src/routes/+page.svelte | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/clients/www/src/routes/+layout.svelte b/clients/www/src/routes/+layout.svelte index 6567ed5..a651da6 100644 --- a/clients/www/src/routes/+layout.svelte +++ b/clients/www/src/routes/+layout.svelte @@ -11,8 +11,8 @@ </script> <svelte:head> - <!-- eslint-disable-next-line svelte/no-at-html-tags VitePWA can probably be trusted --> - {@html webManifest} + <!-- eslint-disable-next-line svelte/no-at-html-tags VitePWA can probably be trusted --> + {@html webManifest} </svelte:head> <Toast /> @@ -36,5 +36,5 @@ </AppShell> {#await import('$lib/components/ReloadPrompt.svelte') then { default: ReloadPrompt }} - <ReloadPrompt /> + <ReloadPrompt /> {/await} diff --git a/clients/www/src/routes/+layout.ts b/clients/www/src/routes/+layout.ts index c8cacf0..189f71e 100644 --- a/clients/www/src/routes/+layout.ts +++ b/clients/www/src/routes/+layout.ts @@ -1 +1 @@ -export const prerender = true;
\ No newline at end of file +export const prerender = true; diff --git a/clients/www/src/routes/+page.svelte b/clients/www/src/routes/+page.svelte index 84d1c45..e963da4 100644 --- a/clients/www/src/routes/+page.svelte +++ b/clients/www/src/routes/+page.svelte @@ -1,3 +1,3 @@ <svelte:head> <title>Zelda: Oracle of [Ages,Seasons] Passphrase Generator</title> -</svelte:head>
\ No newline at end of file +</svelte:head> |