Quest for Codev2.0.0
/
SIGN IN
next.js/test/development/acceptance-app/fixtures/app-hmr-changes/app/(post)/components/h3.tsx
h3.tsx4 lines116 B
export function H3({ children }) {
  return <h3 className="group font-bold text-lg my-8 relative">{children}</h3>
}