rsnext/examples/cms-tina/components/section-separator.js
James Perkins b5cc91e2ba
[examples] Add Tina CMS blog starter (#35045)
## Documentation / Examples

- Adding TInaCMS example using the traditional CMS example 


Co-authored-by: Lee Robinson <9113740+leerob@users.noreply.github.com>
2022-03-05 17:08:49 +00:00

3 lines
103 B
JavaScript

export default function SectionSeparator() {
return <hr className="border-accent-2 mt-28 mb-24" />
}