Skip to content

Commit 6cc2a80

Browse files
committed
fix: unused export
1 parent c70a4ff commit 6cc2a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/shared/locales.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function createLocaleConfigs(fallbackLocale: FallbackLocale): Record<stri
1515
return localeConfigs
1616
}
1717

18-
export function getFallbackLocaleCodes(fallback: FallbackLocale, locales: string[]): string[] {
18+
function getFallbackLocaleCodes(fallback: FallbackLocale, locales: string[]): string[] {
1919
if (fallback === false) return []
2020
if (isArray(fallback)) return fallback
2121

0 commit comments

Comments
 (0)