diff --git a/packages/react-frontend/src/Components/Navbar.jsx b/packages/react-frontend/src/Components/Navbar.jsx index 5db451f..e4f3478 100644 --- a/packages/react-frontend/src/Components/Navbar.jsx +++ b/packages/react-frontend/src/Components/Navbar.jsx @@ -8,7 +8,7 @@ import ManageOrders from "../Views/ManageOrders"; import AddOrders from "../Views/AddOrders"; import OrderStatistics from "../Views/OrderStatistics"; import ProfilePage from "../Views/Profile"; -import ProductPage from "../Views/ProductPage"; // Import ProductPage component +import ProductPage from "../Views/ProductPage"; import AboutUs from "../Views/AboutUs"; import TermsAndConds from "../Views/TermsAndConds"; import EditProfile from "../Views/EditProfile"; diff --git a/packages/react-frontend/src/Views/ProductPage.jsx b/packages/react-frontend/src/Views/ProductPage.jsx index d205f4d..e9c7ab5 100644 --- a/packages/react-frontend/src/Views/ProductPage.jsx +++ b/packages/react-frontend/src/Views/ProductPage.jsx @@ -97,7 +97,7 @@ function ProductPage() { return (
  • - Loading + Loading
  • Loading...
    @@ -107,7 +107,7 @@ function ProductPage() { return (
  • - Loading + Loading
  • Your Product: {product.product}