import { useConnectionStore } from '../../store/connectionStore'; export const BoltsInput = () => { const { bolts, setBolts } = useConnectionStore(); return (