Skip to content

Commit 4a82ac6

Browse files
committed
Remove import Link from Product.jsx
1 parent 919dc28 commit 4a82ac6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/pages/products/Product.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import withReactContent from "sweetalert2-react-content";
55
import { useEffect, useState, useCallback } from "react";
66
import axios from "axios";
77
import { debounce } from "lodash";
8-
import { Link } from "react-router-dom";
98

109
export default function Product() {
1110
const baseURL = "http://127.0.0.1:8000/api";

0 commit comments

Comments
 (0)