2020-09-09 09:07:17 +00:00
|
|
|
import React from "react";
|
2021-01-13 20:59:49 +00:00
|
|
|
import { WorkInProgress } from "../components/work-in-progress/WorkInProgress";
|
2020-09-09 09:07:17 +00:00
|
|
|
|
2021-01-13 20:59:49 +00:00
|
|
|
export const IdentityProvidersSection = () => (
|
|
|
|
<WorkInProgress marvelLink="https://marvelapp.com/prototype/55c2d8f/screen/75697040" />
|
|
|
|
);
|