Layout extraction refactoring

This commit is contained in:
David
2021-03-18 14:18:29 +01:00
parent eafad585fc
commit a3ae493c25
5 changed files with 120 additions and 115 deletions

View File

@@ -1,5 +1,4 @@
export { default as CustomError } from "./CustomError";
export { default as Header } from "./Header";
export { default as Footer } from "./Footer";
export { default as Layout } from "./Layout";
export { default as LangSelect } from "./LangSelect";
export { default as TranslationArea } from "./TranslationArea";