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 31cbab6 commit 27e6747
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 @@ -5,7 +5,7 @@ import { Chart as ChartJS, CategoryScale, LinearScale, PointElement, LineElement
import { BoxPlotController, BoxAndWiskers } from '@sgratzl/chartjs-chart-boxplot';
import { Chart, Bar, Scatter, Line } from "react-chartjs-2";

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

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

0 comments on commit 27e6747

Please sign in to comment.