From 8f38a57999f3d177cf478430211b1fedc17cbe3e Mon Sep 17 00:00:00 2001 From: clolc Date: Fri, 10 Oct 2025 03:45:00 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=B6=A9=EB=8F=8C=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/reaction-test/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/reaction-test/page.tsx b/src/app/reaction-test/page.tsx index f64b1a5..32eb5f8 100644 --- a/src/app/reaction-test/page.tsx +++ b/src/app/reaction-test/page.tsx @@ -12,7 +12,6 @@ type Phase = 'idle' | 'ready' | 'go' | 'tooSoon' | 'result'; // 단일 모드: 0.5s ~ 5s const DELAY_RANGE: [number, number] = [500, 5000]; -// 상위 10위권 엔트리 타입 // interface RankEntry { // user_id: number; // username: string;