Skip to content

Commit

Permalink
fix :: build오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Aug 28, 2024
1 parent 9ddc817 commit e3fff42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/app/outAccept/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const OutAccept = () => {

const No = () => {
if (selectedStudents.length === 0) {
alert("외출 거절 할 학생을 선택해주세요");
alert("외출 거절 할 학생을 선택해주세요 ");
} else setNomodal(true);
};

Expand Down
7 changes: 1 addition & 6 deletions src/app/outList/page.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit e3fff42

Please sign in to comment.