Skip to content

Commit

Permalink
importar use navigate
Browse files Browse the repository at this point in the history
  • Loading branch information
AAromero1 committed Jun 26, 2024
1 parent c921d49 commit 34d3310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adminpages/auctionproposal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import axios from "axios";
import { useAuth0 } from "@auth0/auth0-react";
import Button from "../common/button.jsx";
import "./auctionsWithProposals.css";
import { useNavigate } from "react-router-dom";

const AuctionsWithProposals = () => {
const [data, setData] = useState([]);
Expand Down

0 comments on commit 34d3310

Please sign in to comment.