Skip to content

Commit f95eaee

Browse files
committed
Fix lint errors
1 parent 1edcdd3 commit f95eaee

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/components/Footer/index.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ const t = await getUiTranslator(currentLocale);
99
1010
const collection = await getCollectionInLocaleWithFallbacks("text-detail", currentLocale);
1111
const bannerEntry = collection.find((entry) => entry.slug === 'banner');
12-
console.log(currentLocale)
13-
console.log(bannerEntry)
1412
---
1513

1614
<footer

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)