export function useLocation()

in src/LocationContext.client.js [12:14]


export function useLocation() {
  return useContext(LocationContext);
}