diff --git a/frontend/app/test-order-registration/page.tsx b/frontend/app/test-order-registration/page.tsx index 689c5434..fe6a005f 100644 --- a/frontend/app/test-order-registration/page.tsx +++ b/frontend/app/test-order-registration/page.tsx @@ -1,87 +1,27 @@ "use client"; -import React, { useState } from "react"; -import { OrderRegistrationModal } from "@/components/order/OrderRegistrationModal"; -import { Button } from "@/components/ui/button"; +import React from "react"; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; export default function TestOrderRegistrationPage() { - const [modalOpen, setModalOpen] = useState(false); - - const handleSuccess = () => { - console.log("수주 등록 성공!"); - }; - return ( -
- EntitySearchInput + ModalRepeaterTable을 활용한 수주 등록 화면 -
+이 페이지는 빌드 에러로 인해 임시로 비활성화되었습니다.
+ 에러 메시지: ReferenceError: Cannot access 'h' before initialization +