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