Files
LingvAI/components/index.tsx

5 lines
220 B
TypeScript
Raw Normal View History

2021-03-16 23:58:12 +01:00
export { default as CustomError } from "./CustomError";
2021-03-18 14:18:29 +01:00
export { default as Layout } from "./Layout";
2021-03-16 01:33:19 +01:00
export { default as LangSelect } from "./LangSelect";
export { default as TranslationArea } from "./TranslationArea";