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