{"version":3,"file":"BookContributors-DqWZAfzj.js","sources":["../../../app/javascript/components/authors/BookContributors.tsx"],"sourcesContent":["import { Link } from \"@inertiajs/react\";\nimport { BookSerializersBookByline } from \"types/serializers\";\n\nexport interface Props {\n book: BookSerializersBookByline;\n className?: string;\n}\n\nexport default function BookContributors({ book, className }: Props) {\n if (book.contributions && book.contributions.length > 0) {\n return (\n