keycloak-scim/src/page/ClientScopesPage.tsx

6 lines
109 B
TypeScript
Raw Normal View History

import React from "react";
export const ClientScopesPage = () => {
return <>The Client Scopes Page</>;
};