Skip to content

Commit

Permalink
feat: remove placeholder values
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierniki committed Oct 18, 2023
1 parent 0c195d4 commit 8593198
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/Search/SearchDialog.tsx
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
"use client"

import { useQueries, useQuery } from "@tanstack/react-query"
import algoliasearch from "algoliasearch/lite"
import type { Hit } from "instantsearch.js"
import debounce from "lodash/debounce"
import { Search } from "lucide-react"
import Link from "next/link"
import { ChangeEvent, ReactNode, useMemo, useState } from "react"
import React from "react"
import {
Configure,
DynamicWidgets,
Highlight,
Hits,
InstantSearch,
Menu,
RefinementList,
Snippet,
useInstantSearch,
useRefinementList,
useSearchBox,
UseSearchBoxProps,
} from "react-instantsearch"
Expand Down Expand Up @@ -99,7 +93,6 @@ function CustomHit({ hit, lang }: { hit: ArticleHit; lang: Locale }) {
root: "line-clamp-2 text-md",
}}
/>
<ArticlePublishDetails author="Anonymous" variant="light" publicationDate="4 June 2021" />
</article>
</Link>
)
Expand Down

0 comments on commit 8593198

Please sign in to comment.