react-code-dataset
/
next.js
/test
/production
/app-dir
/empty-generate-static-params
/app
/page.tsx
| export default function Page() { | |
| return <p>hello world</p> | |
| } | |