keycloak-scim/apps/account-ui/src/applications/Applications.tsx
Erik Jan de Wit dc3c08aa59
Initial version of the Account UI (#3410)
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2022-10-10 12:14:19 +02:00

7 lines
177 B
TypeScript

import { PageSection } from "@patternfly/react-core";
const Applications = () => (
<PageSection>This is the applications page.</PageSection>
);
export default Applications;