diff --git a/packages/modules/translation/src/models/index.ts b/packages/modules/translation/src/models/index.ts new file mode 100644 index 0000000000..7f91fb680e --- /dev/null +++ b/packages/modules/translation/src/models/index.ts @@ -0,0 +1,2 @@ +export { default as Translation } from "./translation" +export { default as Locale } from "./locale" \ No newline at end of file