b91e262
1
2
3
4
5
6
7
8
'use client' import { b_8_7_6_4 } from 'recursive-barrel' export default function Page() { return <h1>{b_8_7_6_4}</h1> }