3 lines
99 B
TypeScript
3 lines
99 B
TypeScript
export function SectionSeparator() {
|
|
return <hr className="border-neutral-200 mt-28 mb-24" />;
|
|
}
|