Skip to content

Commit

Permalink
Update popUp.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamsRuth1 authored Aug 12, 2024
1 parent 1c9107a commit 4146ddc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/dashboard/wallet/popUp.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import Close from "../../../assets/images/close.png"; // Update the path as necessary
import Swip from "./SwippedCard"; // Ensure Swip component is correctly imported
import Atm from "../../../assets/images/ATM Illustration.png"; // Update the path as necessary
import Close from "../../../assets/images/close.png";
import Swip from "./swippedCard";
import Atm from "../../../assets/images/ATM Illustration.png";
const Pop = ({ isOpen, onClose }) => {
const [showSwip, setShowSwip] = React.useState(false);

Expand Down

0 comments on commit 4146ddc

Please sign in to comment.