react-code-dataset
/
next.js
/test
/e2e
/app-dir
/app-basepath-custom-server
/custom-server
/app
/another
/page.js
| export default function Page() { | |
| return <div id="another">Another Page</div> | |
| } | |