import { IonText } from "@ionic/react"; export const WordCardHeading = ({ text }) => (

{ text }

);