From 3c1ca77c9ef607a8cab10a18f3d91dadf7678f3c Mon Sep 17 00:00:00 2001 From: imnyang Date: Mon, 9 Mar 2026 13:16:12 +0900 Subject: [PATCH] Remove unused imports from Comcigan in comcigan.ts --- app/lib/comcigan.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/comcigan.ts b/app/lib/comcigan.ts index 507e2e4..54ea40f 100644 --- a/app/lib/comcigan.ts +++ b/app/lib/comcigan.ts @@ -1,4 +1,4 @@ -import Comcigan, { School, Weekday } from '@imnyang/comcigan.ts' +import Comcigan from '@imnyang/comcigan.ts' const comcigan = new Comcigan()