import { usePoetry } from '../hooks/api' import { gotError, gotResponse } from '../hooks/useFetch' import styles from '../styles/Poetry.module.css' function Poetry() { const poetry = usePoetry() return (
{poetry.error}
{poetry.data.author}
> ) ) : (