We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919dc28 commit 4a82ac6Copy full SHA for 4a82ac6
frontend/src/pages/products/Product.jsx
@@ -5,7 +5,6 @@ import withReactContent from "sweetalert2-react-content";
5
import { useEffect, useState, useCallback } from "react";
6
import axios from "axios";
7
import { debounce } from "lodash";
8
-import { Link } from "react-router-dom";
9
10
export default function Product() {
11
const baseURL = "http://127.0.0.1:8000/api";
0 commit comments