next.js / examples /cms-sitefinity /components /section-separator.tsx
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
const SectionSeparator = () => {
return <hr className="border-neutral-200 mt-28 mb-24" />;
};
export default SectionSeparator;