export default function PrimaryText({ children }) { return ( {children} ); }