import { IonBackButton, IonButtons, IonContent, IonHeader, IonToolbar } from '@ionic/react'; import { chevronBackOutline } from 'ionicons/icons'; function ShowEventDetail() { return ( <> {/* */} {/* */} Page Two Use the back button to navigate to the previous page. {/* */} > ); } export default ShowEventDetail;
Use the back button to navigate to the previous page.