I want to pass a function that trigger when i go to particular path, i want to perform certain action
const [isNavbarOpen, setNavbar]= useState(false);