From 282e4d64cf0c99ed0b6fe59f69bd0f29e45071b2 Mon Sep 17 00:00:00 2001 From: jisangs Date: Sat, 30 May 2026 18:07:15 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=ED=92=80=EC=9D=B4=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=EC=97=90=20[=ED=8F=AC=EA=B8=B0]=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EB=B2=84=ED=8A=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/(game)/number-parentheses/play/NumberPlayClient.tsx | 8 ++++++++ .../variable-parentheses/play/VariablePlayClient.tsx | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/app/(game)/number-parentheses/play/NumberPlayClient.tsx b/app/(game)/number-parentheses/play/NumberPlayClient.tsx index e5e70af..523f082 100644 --- a/app/(game)/number-parentheses/play/NumberPlayClient.tsx +++ b/app/(game)/number-parentheses/play/NumberPlayClient.tsx @@ -1,5 +1,6 @@ "use client"; +import Link from "next/link"; import { useCallback, useEffect, useRef, useState } from "react"; import type { FormEvent } from "react"; import { flushSync } from "react-dom"; @@ -196,6 +197,13 @@ export default function NumberPlayClient({ 문제 풀이 + + 포기 +
+ + 포기 +