1 2 3 4 5
import { memo } from "preact/compat"; export const Hr = memo(function Hr() { return <div>------------------</div> })