Quest for Codev2.0.0
/
SIGN IN
next.js/test/development/acceptance-app/fixtures/app-hmr-changes/app/(post)/components/hr.tsx
hr.tsx6 lines154 B
export function HR() {
  return (
    <div className="my-8 text-center after:content-['﹡﹡﹡'] after:text-sm after:text-center after:inline" />
  )
}