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