4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
|
export default function SectionSeparator() {
|
||
|
return <hr className="mb-6 mt-6" />
|
||
|
}
|