import { PageSection } from "@patternfly/react-core"; import React from "react"; export const ClientScopesSection = () => { return ( <> The Client Scopes Page ); };