import { foo } from 'my-lib' export default function Page() { return

{foo}

}