type VerticalLineProps = { className?: string } const VerticalLine = ({ className, }: VerticalLineProps) => { return ( ) } export default VerticalLine