keycloak-scim/src/page/EventsPage.tsx

6 lines
96 B
TypeScript
Raw Normal View History

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