rsnext/examples/blog-starter/components/section-separator.tsx
Max Proske 8783793273
Replace JS blog-starter example with TS, deprecate blog-starter-typescript example (#38395)
* Replace `blog-starter` JS example with `blog-starter-typescript`

* lint-fix, Revert pnpm-lock.yaml

* Revert root readme.md

* Add useful sections omitted from original Typescript convert

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2022-07-07 23:10:26 -05:00

5 lines
127 B
TypeScript

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