I have the following functional component:
export default function Nav({photo}) { const [isOpen, setIsOpen] = useState(false) const [width, setWidth]