From ffa7de73179faef026a26ef89de2a51c90883206 Mon Sep 17 00:00:00 2001 From: Olasunkanmi Oyinlola Date: Sat, 20 Jan 2024 00:14:39 +0800 Subject: [PATCH] fix build errors --- frontend/src/pages/OrderSuccess.tsx | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/frontend/src/pages/OrderSuccess.tsx b/frontend/src/pages/OrderSuccess.tsx index 6918beb4..e4223e67 100644 --- a/frontend/src/pages/OrderSuccess.tsx +++ b/frontend/src/pages/OrderSuccess.tsx @@ -1,24 +1 @@ -// import { Stack } from "react-bootstrap"; - -// export const Success = () => { -// return ( -//
-// -//
-//
-// {handleCreateOrder.isLoading ? ( -// -// ) : ( -// <>{handleCreateOrder.isError ?
An error occurred: {handleCreateOrder.error.message}
: null} -// )} -// {handleCreateOrder.isSuccess ? ( -//
-// -//
-// ) : null} -//
-//
-//
-//
-// ); -// }; +export const OrderSuccess = () => {};