Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanesssalai committed Jul 16, 2024
1 parent 4fae879 commit ace080c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sellerDashboard/sellerDashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "slick-carousel/slick/slick.css";
import "slick-carousel/slick/slick-theme.css";

import './SellerDashboard.css';
import SimilarProducts from '../../components/recommendation/similarProducts/similarProductsRec';
import SimilarProducts from '../recommendation/similarProducts/similarProductsRec';

ChartJS.register(CategoryScale, LinearScale, PointElement, LineElement, BarElement, Title, Tooltip, Legend, BoxPlotController, BoxAndWiskers);

Expand Down

0 comments on commit ace080c

Please sign in to comment.