1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-12 10:53:31 +00:00

fix: replace %lang% placeholder in html lang (#1071)

Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
dai
2025-11-04 14:01:12 +01:00
committed by GitHub
parent ed2c7b2303
commit 7ec57437ac
3 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
import { Toaster } from '$lib/components/ui/sonner';
import { m } from '$lib/paraglide/messages';
import { ModeWatcher } from 'mode-watcher';
import type { Snippet } from 'svelte';
import { type Snippet } from 'svelte';
import '../app.css';
import type { LayoutData } from './$types';