Skip to content

Commit

Permalink
Update Search.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ishamehramixpanel authored Apr 12, 2024
1 parent e878fb6 commit e34bc15
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions components/Search/Search.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@

import { DocSearch } from '@docsearch/react';
import '@docsearch/css';

export default function Search() {


return (
<DocSearch
appId="MQIQQRKVX5"
indexName="mixpanel_Docs v2"
apiKey="d6267db26ac89477a9a87ea82da493b7"
insights={true} />
)
}
//

0 comments on commit e34bc15

Please sign in to comment.