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