Quest for Codev2.0.0
/
SIGN IN
next.js/test/development/acceptance-app/fixtures/app-hmr-changes/app/(post)/components/h1.tsx
h1.tsx6 lines131 B
export function H1({ children }) {
  return (
    <h1 className="text-2xl font-bold mb-1 dark:text-gray-100">{children}</h1>
  )
}