Files
supanextail/components/blog/section-separator.tsx
2022-01-18 21:57:37 +01:00

6 lines
143 B
TypeScript

const SectionSeparator = (): JSX.Element => {
return <hr className="border-neutral-200 mt-16 mb-12" />;
};
export default SectionSeparator;