refactor: auto format
This commit is contained in:
parent
afe3e153e2
commit
9ce84fc1f0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue