Refactor of the main component and i18n

This commit is contained in:
garronej
2023-03-18 18:54:33 +01:00
parent 5631ae1b6c
commit 16d18f23a1
29 changed files with 65 additions and 98 deletions

View File

@ -1,3 +1,3 @@
import KcApp from "./KcApp";
import Fallback from "./Fallback";
export default KcApp;
export default Fallback;