next.js/test/integration/trailing-slashes-href-resolving/pages/another.js
another.js8 lines109 B
export default function Page() {
  return (
    <>
      <p id="another">top level another</p>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN