diff --git a/frontend/src/pages/ContestPage.tsx b/frontend/src/pages/ContestPage.tsx index 77c9320..0a7eb72 100644 --- a/frontend/src/pages/ContestPage.tsx +++ b/frontend/src/pages/ContestPage.tsx @@ -23,6 +23,8 @@ const notFoundProblem = { }; const INITIAL_PROBLEM_ID = 6; +const RUN_SIMULATION = '테스트 실행'; +const CANCEL_SIMULATION = '실행 취소'; export default function ContestPage() { const CONTEST_NAME = 'Test'; // api로 받을 정보 @@ -74,11 +76,11 @@ export default function ContestPage() { {isSimulating ? ( ) : ( )}