fix: performance

This commit is contained in:
2026-04-28 21:44:20 +02:00
parent 07000e539c
commit 1e2b1efc66
8 changed files with 388 additions and 24 deletions
+2
View File
@@ -93,3 +93,5 @@ export interface LanguagePack {
portraitHighlights: LanguagePortraitHighlight[];
projects: LanguageProject[];
}
export type LanguageShellPack = Pick<LanguagePack, 'app' | 'footer'>;