keycloak-scim/src/identity-providers/IdentityProvidersSection.tsx
Erik Jan de Wit 1297c9f391
Restructure (#78)
* moved files into new structure

* translation files / namespace per "page"

fixes: #77

* renamed pages to sections

* moved save, delete and others to common bundle
2020-09-10 14:04:03 -04:00

5 lines
122 B
TypeScript

import React from "react";
export const IdentityProvidersSection = () => {
return <>The Identity Providers Page</>;
};