next.js/test/integration/document-head-warnings/pages/index.js
index.js15 lines187 B
function Hi() {
  return (
    <div>
      <p>Hello world!</p>
      <style jsx>{`
        p {
          font-size: 16.4px;
        }
      `}</style>
    </div>
  )
}

export default Hi
Quest for Codev2.0.0
/
SIGN IN