import { memo } from "preact/compat"; export const Hr = memo(function Hr() { return
------------------
})