We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b488e6 commit fe82394Copy full SHA for fe82394
2 files changed
src/components/SearchResults/index.tsx
@@ -1,6 +1,5 @@
1
import { useMemo, useRef, useState } from "preact/hooks";
2
import { Icon } from "../Icon";
3
-import { type JSX } from "preact";
4
5
type SearchResult = {
6
id: number;
src/scripts/builders/search.ts
@@ -10,7 +10,6 @@ import keywordExtractor from "keyword-extractor";
10
import { contentTypes } from "../../globals/globals";
11
import { supportedLocales as localesWithSearchSupport } from "../../i18n/const";
12
import type { LanguageName } from "keyword-extractor/types/lib/keyword_extractor";
13
-import { removeLocalePrefix } from "@/src/i18n/utils";
14
15
interface SearchIndex {
16
[title: string]: {
0 commit comments