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