fix(translation): add index file for models (#14272)

This commit is contained in:
Shahed Nasser
2025-12-12 11:10:16 +02:00
committed by GitHub
parent 4bf0dac97d
commit a4ca4ef170

View File

@@ -0,0 +1,2 @@
export { default as Translation } from "./translation"
export { default as Locale } from "./locale"