import { useState } from 'react'; export function ControlBar({ isGallery, handleClick }) { return(
); }