chore(web): rename components to PascalCase (#28013)

chore: rename components to PascalCase
This commit is contained in:
Freddie Floydd
2026-04-21 17:29:42 +01:00
committed by GitHub
parent 837305da7e
commit b9ca68f6e4
299 changed files with 448 additions and 448 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ type NestedKeys<T, K = keyof T> = K extends keyof T & string
: never;
declare module 'svelte-i18n' {
import type { InterpolationValues } from '$lib/elements/format-message.svelte';
import type { InterpolationValues } from '$lib/elements/format-message';
import type { Readable } from 'svelte/store';
type Translations = NestedKeys<typeof en>;