type Props = {}

export default function Divider({}: Props) {
  return <hr className="border-none h-1 bg-black" />
}
