Test-Driven React 2: missing import for useState (page 74)

Good evening @TrevorBurnham!

Here’s a minor one. When adding the first react hook on page 74, the import statement is missing from the code example.

import {useState} from "react";

Best,
Ale

Thanks for reporting this, Ale!