Skip to content

Commit 5e3ef7b

Browse files
committed
fix: 未使用のディレクティブを削除
1 parent a73da8a commit 5e3ef7b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

2025/src/components/LanguagePicker.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
import { LANGUAGES } from "@/i18n";
3-
// @ts-expect-error not found
43
import { base } from "astro:config/client";
54
65
const pathname = Astro.url.pathname.replace(import.meta.env.BASE_URL, "");

2025/src/consts/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-expect-error not found
21
import { base } from "astro:config/client";
32
import * as ufo from "ufo";
43

0 commit comments

Comments
 (0)