import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar, } from "@ionic/react"; import ListComponent from "../components/ListComponent"; const AboutListPage: React.FC = () => { return ( About About ); }; export default AboutListPage;