keycloak-scim/src/page/UsersPage.tsx

6 lines
94 B
TypeScript
Raw Normal View History

import React from "react";
export const UsersPage = () => {
return <>The Users Page</>;
};