mirror of
https://github.com/fergalmoran/supanextail.git
synced 2025-12-22 01:10:01 +00:00
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
const SectionSeparator = (): JSX.Element => {
|
|
return <hr className="border-neutral-200 mt-28 mb-24" />;
|
|
};
|
|
|
|
export default SectionSeparator;
|