react-code-dataset / next.js /test /e2e /instrumentation-client-hook /app-with-src /src /app /page.tsx
| import React from 'react' | |
| export default function Page() { | |
| return <h1>App with src folder</h1> | |
| } | |
| import React from 'react' | |
| export default function Page() { | |
| return <h1>App with src folder</h1> | |
| } | |