Files
LingvAI/components/index.tsx
2021-03-18 14:18:29 +01:00

5 lines
220 B
TypeScript

export { default as CustomError } from "./CustomError";
export { default as Layout } from "./Layout";
export { default as LangSelect } from "./LangSelect";
export { default as TranslationArea } from "./TranslationArea";