Files
supanextail/components/blog/section-separator.tsx
Michael 8aede6e33e Blog V1 (functionnal)
Need to clean TS code / replace placeholders / Design V1 to-do
2022-01-17 21:59:55 +01:00

6 lines
143 B
TypeScript

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