Skip to content

Instantly share code, notes, and snippets.

/*********************** Imports ***********************/
import React from 'react';
import { connect } from 'react-redux';
import { useDispatch } from 'react-redux';
/********************* End Imports *********************/
/*********************** Toggle Function ***********************/
const Toggle = (props) => {
const isOpen = useSelector(state => state.isOpen);