//Lib import classes from './Switch.module.css'; export default function Switch(props) { return ( <>
{props.switchDescription}
); }