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 ace080c commit 3907efc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/components/sellerDashboard/sellerDashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import { doc, getDoc, collection, getDocs, query, where, orderBy } from "firebas
import { Chart as ChartJS, CategoryScale, LinearScale, PointElement, LineElement, Title, Tooltip, Legend, BarElement } from 'chart.js';
import { BoxPlotController, BoxAndWiskers } from '@sgratzl/chartjs-chart-boxplot';
import { Chart, Bar, Scatter, Line } from "react-chartjs-2";
import Slider from "react-slick";
import "slick-carousel/slick/slick.css";
import "slick-carousel/slick/slick-theme.css";

import './SellerDashboard.css';
import SimilarProducts from '../recommendation/similarProducts/similarProductsRec';
Expand Down
2 changes: 1 addition & 1 deletion src/pages/viewproduct/ViewProduct.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Format from '../../components/format/Format';
import OfferPopup from './offerPopup/offerPopup';
import ViewOffers from './viewOffers/viewOffers';
import SimilarProducts from '../../components/recommendation/similarProducts/similarProductsRec';
import SellerDashboard from '../../components/sellerDashboard/SellerDashboard';
import SellerDashboard from '../../components/sellerDashboard/SellerDashboard.jsx';
import './ViewProduct.css';

function timeSincePost(postDate) {
Expand Down

0 comments on commit 3907efc

Please sign in to comment.