"use client" import { DocSearch } from "@docsearch/react" import "@docsearch/css" const SearchBar = () => { return ( ) } export default SearchBar