interface Props { className?: string; } export default function HorizontalLine(props: Props): JSX.Element { return (
); }