chore: Update index.ts

This commit is contained in:
Thales Euflauzino 2024-08-27 02:31:39 -03:00 committed by GitHub
parent 75bc386048
commit 0b54a33084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
export { default as en } from "./en/translation.json";
export { default as pt } from "./pt/translation.json";
export { default as ptbr } from "./ptbr/translation.json";
export { default as es } from "./es/translation.json";
export { default as nl } from "./nl/translation.json";
export { default as fr } from "./fr/translation.json";