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;