import { PowIcon } from "@lume/icons"; import type { Dispatch, SetStateAction } from "react"; export function PowButton({ setDifficulty, }: { setDifficulty: Dispatch>; }) { return ( ); }