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