File size: 99 Bytes
1e92f2d | 1 2 3 4 | export function SectionSeparator() {
return <hr className="border-neutral-200 mt-28 mb-24" />;
}
|
1e92f2d | 1 2 3 4 | export function SectionSeparator() {
return <hr className="border-neutral-200 mt-28 mb-24" />;
}
|