From e05d8bb5bea1ad4360b46816d8f576bffe751743 Mon Sep 17 00:00:00 2001 From: mario Date: Fri, 6 Dec 2024 01:19:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=A9=EC=9E=A5=20=EC=A2=85=EB=A3=8C?= =?UTF-8?q?=EC=B0=BD=20=EB=85=B8=EC=B6=9C=20=EC=A1=B0=EA=B1=B4=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/src/blocks/QuizZone/QuizZoneLobby.tsx | 2 +- apps/frontend/src/pages/QuizZonePage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/blocks/QuizZone/QuizZoneLobby.tsx b/apps/frontend/src/blocks/QuizZone/QuizZoneLobby.tsx index 2ba1323d6..a42fd3c04 100644 --- a/apps/frontend/src/blocks/QuizZone/QuizZoneLobby.tsx +++ b/apps/frontend/src/blocks/QuizZone/QuizZoneLobby.tsx @@ -4,7 +4,7 @@ import CustomAlert from '@/components/common/CustomAlert'; import TextCopy from '@/components/common/TextCopy'; import Typography from '@/components/common/Typogrpahy'; import { useNavigate } from 'react-router-dom'; -import { QuizZone, ChatMessage } from '@/types/quizZone.types'; +import { ChatMessage, QuizZone } from '@/types/quizZone.types'; import PlayersGrid from '@/components/common/PlayersGrid'; import TooltipWrapper from '@/components/common/TooltipWrapper'; import { cn } from '@/lib/utils'; diff --git a/apps/frontend/src/pages/QuizZonePage.tsx b/apps/frontend/src/pages/QuizZonePage.tsx index edbc3c384..4b4b18424 100644 --- a/apps/frontend/src/pages/QuizZonePage.tsx +++ b/apps/frontend/src/pages/QuizZonePage.tsx @@ -132,7 +132,7 @@ const QuizZoneContent = () => { handleConfirm={() => initQuizZone()} /> - +