refactor: auto format

This commit is contained in:
Aaron Yarborough 2025-03-29 11:50:40 +00:00
parent afe3e153e2
commit 9ce84fc1f0

View file

@ -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 (
<>
<h1>{attributes.title}<br /><small>by {attributes.author}</small></h1>