next.js/test/integration/hydrate-then-render/pages/other.js
other.js12 lines154 B
const Other = () => {
  return (
    <div>
      <h1>Foo!</h1>
      <h2>bar!</h2>
      <div id="on-other"></div>
    </div>
  )
}

export default Other
Quest for Codev2.0.0
/
SIGN IN