Skip to content

Commit fe82394

Browse files
authored
fix lint errors (#362)
1 parent 4b488e6 commit fe82394

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/SearchResults/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { useMemo, useRef, useState } from "preact/hooks";
22
import { Icon } from "../Icon";
3-
import { type JSX } from "preact";
43

54
type SearchResult = {
65
id: number;

src/scripts/builders/search.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import keywordExtractor from "keyword-extractor";
1010
import { contentTypes } from "../../globals/globals";
1111
import { supportedLocales as localesWithSearchSupport } from "../../i18n/const";
1212
import type { LanguageName } from "keyword-extractor/types/lib/keyword_extractor";
13-
import { removeLocalePrefix } from "@/src/i18n/utils";
1413

1514
interface SearchIndex {
1615
[title: string]: {

0 commit comments

Comments
 (0)