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