import { CompoundButton } from './CompoundButton.jsx' import { Icon } from './Icon.jsx' export const OptionBar = ({ source, setSource }) => { return (
, icon: true, }, ]} value={source} setValue={setSource} />
) }