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