import React from "react"; function Heading() { const onClick = () => { window.location.reload(); } return(
1_2_oder_3
) } export default Heading