diff --git a/src/components/Bookshelf.tsx b/src/components/Bookshelf.tsx index fbbc715..c02ba67 100644 --- a/src/components/Bookshelf.tsx +++ b/src/components/Bookshelf.tsx @@ -7,7 +7,7 @@ interface Props { export const Bookshelf: FunctionalComponent = ({ children, ...props }) => { return (
{children}