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