'use client' import { createContext } from "react"; export default function LocationSearch() { return ( <> ); }