Fix formatting

This commit is contained in:
Paul Frazee 2024-03-19 13:04:45 -07:00
parent 5dc41eb0d9
commit 40908e9ce7
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ export async function dynamicActivate(locale: AppLanguage) {
mod = await import(`./locales/es/messages`)
break
}
case AppLanguage.fi: {
case AppLanguage.fi: {
mod = await import(`./locales/fi/messages`)
break
}