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