UNPKG

@keycloakify/keycloak-admin-ui

Version:
12 lines 456 B
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