import React from 'react' const Switch = ({data, handleChange}) => { return (
) } export default Switch