import styles from './H.module.css'; export function H3({ children }) { return

{children}

; }