From 9ce84fc1f04eade43763cdf516ff140437ac383c Mon Sep 17 00:00:00 2001 From: Aaron Yarborough <3855819+AaronJY@users.noreply.github.com> Date: Sat, 29 Mar 2025 11:50:40 +0000 Subject: [PATCH] refactor: auto format --- src/components/Book/Book.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Book/Book.jsx b/src/components/Book/Book.jsx index 1061ff3..e8d334e 100644 --- a/src/components/Book/Book.jsx +++ b/src/components/Book/Book.jsx @@ -6,7 +6,7 @@ import React from 'react' import style from './Book.module.css' import ExternalLink from '../ExternalLink/ExternalLink' -function Book({ attributes, html }) { +function Book ({ attributes, html }) { return ( <>

{attributes.title}
by {attributes.author}