b91e262
1
2
3
4
5
6
import { Button } from 'my-client-lib' export default function Page() { return <Button /> }