import { cJoin } from "helpers/className"; interface Props { className?: string; } export function HorizontalLine(props: Props): JSX.Element { const { className } = props; return (