Fix build

This commit is contained in:
garronej
2022-08-01 03:07:06 +02:00
parent a27c28c24f
commit de76d06e48
3 changed files with 8 additions and 6 deletions

View File

@ -8,4 +8,6 @@ export * from "./components/KcProps";
export * from "./keycloakJsAdapter";
export * from "./useFormValidationSlice";
export * from "./tools/assert";
import KcApp from "./components/KcApp";
export default KcApp;