♫
📌 canary ▾
next.js
/
examples
/
blog-starter
/
src
/
app
/
_components
/
section-separator.tsx
section-separator.tsx
4 lines
99 B
export
function
SectionSeparator
() {
return
<
hr
className
=
"border-neutral-200 mt-28 mb-24"
/>;
}
v2.0.0
/
Go
SIGN IN