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