horarios-v3/src/Separador.tsx

7 lines
108 B
TypeScript

export function Separador() {
return (
<div style={{width: "100%", height: "2rem"}} />
)
}