Skip to content

Commit 2156488

Browse files
committed
chore: remove unused ts-expect-error
1 parent 5e8043d commit 2156488

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/Header.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import ThemeButton from "./ThemeButton.svelte";
1111
<JsDocsIoButton />
1212

1313
<div class="flex items-center gap-4">
14-
{/* @ts-expect-error */}
1514
<NpmPackageSearchButton client:load />
1615

1716
<div class="hidden md:flex md:items-center md:gap-4">

src/layouts/RootLayout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ const ogImageAlt = "Social image for jsDocs.io";
7777

7878
<slot name="modals" />
7979

80-
{/* @ts-expect-error */}
8180
<NpmPackageSearch client:load />
8281

8382
<script src="../scripts/add-copy-buttons.ts"></script>

0 commit comments

Comments
 (0)