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