@keycloakify/keycloak-admin-ui
Version:
Repackaged Keycloak Admin UI
12 lines • 456 B
JavaScript
import { AuthenticationRoute, AuthenticationRouteWithTab, } from "../authentication/routes/Authentication";
import { CreateFlowRoute } from "../authentication/routes/CreateFlow";
import { FlowRoute, FlowWithBuiltInRoute } from "../authentication/routes/Flow";
const routes = [
AuthenticationRoute,
AuthenticationRouteWithTab,
CreateFlowRoute,
FlowRoute,
FlowWithBuiltInRoute,
];
export default routes;
//# sourceMappingURL=routes.js.map