From e3fff42f03ae9ade60c9a51728d1da2d564618f9 Mon Sep 17 00:00:00 2001 From: hyuna Date: Wed, 28 Aug 2024 10:34:55 +0900 Subject: [PATCH] =?UTF-8?q?fix=20::=20build=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/outAccept/page.tsx | 2 +- src/app/outList/page.tsx | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/app/outAccept/page.tsx b/src/app/outAccept/page.tsx index 07b4ca9..9c79f60 100644 --- a/src/app/outAccept/page.tsx +++ b/src/app/outAccept/page.tsx @@ -106,7 +106,7 @@ const OutAccept = () => { const No = () => { if (selectedStudents.length === 0) { - alert("외출 거절 할 학생을 선택해주세요"); + alert("외출 거절 할 학생을 선택해주세요 "); } else setNomodal(true); }; diff --git a/src/app/outList/page.tsx b/src/app/outList/page.tsx index 502adf1..4858e16 100644 --- a/src/app/outList/page.tsx +++ b/src/app/outList/page.tsx @@ -1,10 +1,5 @@ "use client"; -import { - Application, - EarlyReturn, - OutFloorList, - ReturnSchool, -} from "@/api/outList"; +import { EarlyReturn, OutFloorList, ReturnSchool } from "@/api/outList"; import { applicationOK } from "@/api/type"; import BackGround from "@/components/background"; import Button from "@/components/button";