From 8a635a8e5bf8d23994d30d7d90b0318c27246a5d Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 5 Apr 2024 16:56:02 -0500 Subject: Lint Signed-off-by: Matt Strapp --- clients/www/src/app.d.ts | 2 +- clients/www/src/app.html | 2 +- clients/www/src/app.postcss | 2 +- clients/www/src/lib/components/ReloadPrompt.svelte | 56 +++++++++++----------- clients/www/src/routes/+layout.svelte | 6 +-- clients/www/src/routes/+layout.ts | 2 +- clients/www/src/routes/+page.svelte | 2 +- 7 files changed, 36 insertions(+), 36 deletions(-) (limited to 'clients/www/src') diff --git a/clients/www/src/app.d.ts b/clients/www/src/app.d.ts index 4c48b71..e3534e2 100644 --- a/clients/www/src/app.d.ts +++ b/clients/www/src/app.d.ts @@ -2,7 +2,7 @@ // for information about these interfaces // and what to do when importing types -import 'vite-plugin-pwa/info' +import 'vite-plugin-pwa/info'; declare namespace App { // interface Locals {} diff --git a/clients/www/src/app.html b/clients/www/src/app.html index cc192f8..c40af2d 100644 --- a/clients/www/src/app.html +++ b/clients/www/src/app.html @@ -1,4 +1,4 @@ - + diff --git a/clients/www/src/app.postcss b/clients/www/src/app.postcss index ddaec40..8ef7d35 100644 --- a/clients/www/src/app.postcss +++ b/clients/www/src/app.postcss @@ -6,4 +6,4 @@ html, body { @apply h-full overflow-hidden; -} \ No newline at end of file +} diff --git a/clients/www/src/lib/components/ReloadPrompt.svelte b/clients/www/src/lib/components/ReloadPrompt.svelte index e6effbb..6c778b6 100644 --- a/clients/www/src/lib/components/ReloadPrompt.svelte +++ b/clients/www/src/lib/components/ReloadPrompt.svelte @@ -1,32 +1,32 @@ 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 @@ - - {@html webManifest} + + {@html webManifest} @@ -36,5 +36,5 @@ {#await import('$lib/components/ReloadPrompt.svelte') then { default: 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 @@ Zelda: Oracle of [Ages,Seasons] Passphrase Generator - \ No newline at end of file + -- cgit v1.2.3