Skip to content

Commit

Permalink
🤝 Merge: Merge pull request waynemorphic#19 from waynemorphic/dev
Browse files Browse the repository at this point in the history
✨ Update: Cleaned imports
  • Loading branch information
waynemorphic authored Aug 11, 2023
2 parents c77ff89 + b042d84 commit 8184fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/booking/checkout/Cart.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import "./Cart.css";
import UserDetails from "./user/UserDetails";
import { useState, useRef } from "react";

import { AiOutlineDelete } from "react-icons/ai";
import emailjs from "@emailjs/browser";
import toast, { Toaster } from "react-hot-toast";
Expand Down

0 comments on commit 8184fec

Please sign in to comment.