import { useContext } from 'react' import { AppContext, ACTIONS } from '../context/appStore' export default function RangeSelect() { const { state, dispatch } = useContext(AppContext) return (
Ich will das Bussle für dispatch({ type: ACTIONS.SET_MULTIPLE_DAYS, payload: false }) } /> dispatch({ type: ACTIONS.SET_MULTIPLE_DAYS, payload: true }) } /> mieten
) }