This commit is contained in:
garronej 2022-09-07 14:17:17 +02:00
parent 2a10ec9a20
commit 377f461da8
5 changed files with 8 additions and 7 deletions

View file

@ -1,3 +1,4 @@
import "./KcApp.css";
import { lazy, Suspense } from "react";
import type { KcContext } from "./kcContext";
import KcAppBase, { defaultKcProps } from "keycloakify";