Remove unused imports from Comcigan in comcigan.ts

This commit is contained in:
암냥 2026-03-09 13:16:12 +09:00
commit 3c1ca77c9e
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
import Comcigan, { School, Weekday } from '@imnyang/comcigan.ts'
import Comcigan from '@imnyang/comcigan.ts'
const comcigan = new Comcigan()