Build a counter with increment, decrement, and reset buttons.
import { useState } from 'react'; export default function Counter() { // Build a counter with +/- and reset }