♻️ Minor refactoring (#1683)

This commit is contained in:
Luke Vella 2025-04-23 11:59:25 +01:00 committed by GitHub
parent 86a380dd57
commit 42d0077045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 54 additions and 73 deletions

View file

@ -5,3 +5,5 @@ export const supportedLngs = Object.keys(languages);
export const defaultLocale = "en";
export default languages;
export { languages };