react-code-dataset
/
next.js
/test
/development
/basic
/barrel-optimization
/fixture
/app
/client
/page.js
| import { Client } from 'my-lib' | |
| export default function Page() { | |
| return ( | |
| <h1> | |
| <Client /> | |
| </h1> | |
| ) | |
| } | |