import React from 'react'; import Navbar from "../components/navbar"; export default ({ location }) => { console.log(location); return <>

In your attempt to search for {location.pathname}, you seem to have gotten lost instead. Fret not, for there is always a path home.

; };