import React from "react"; import { useCounter } from "hooks/counter"; const Counter = () => { const { counter, increaseCounter } = useCounter(); return (