Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Olasunkanmi Oyinlola authored and Olasunkanmi Oyinlola committed Jan 19, 2024
1 parent 082fae9 commit ffa7de7
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions frontend/src/pages/OrderSuccess.tsx
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
// import { Stack } from "react-bootstrap";

// export const Success = () => {
// return (
// <div>
// <Stack direction="horizontal" gap={3}>
// <div className="p-2"></div>
// <div className="p-2 ">
// {handleCreateOrder.isLoading ? (
// <Lottie animationData={groovyWalkAnimation} loop={true} />
// ) : (
// <>{handleCreateOrder.isError ? <div>An error occurred: {handleCreateOrder.error.message}</div> : null}</>
// )}
// {handleCreateOrder.isSuccess ? (
// <div>
// <Lottie animationData={success} loop={false} />
// </div>
// ) : null}
// </div>
// <div className="p-2"></div>
// </Stack>
// </div>
// );
// };
export const OrderSuccess = () => {};

0 comments on commit ffa7de7

Please sign in to comment.