keycloak-scim/src/identity-providers/IdentityProvidersSection.tsx

7 lines
249 B
TypeScript
Raw Normal View History

import React from "react";
import { WorkInProgress } from "../components/work-in-progress/WorkInProgress";
export const IdentityProvidersSection = () => (
<WorkInProgress marvelLink="https://marvelapp.com/prototype/55c2d8f/screen/75697040" />
);