import {useStateValue} from './state'; import React from "react"; export const Button = () => { const [{theme}, dispatch] = useStateValue(); return (