keycloak-scim/apps/account-ui/src/resources/Resources.tsx

6 lines
162 B
TypeScript
Raw Normal View History

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