import React from "react"; import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar, } from "@ionic/react"; const Home: React.FC = () => ( Home

Welcome to your new app

Chat with the assistant to start adding features and pages

); export default Home;