1280 width fixed

This commit was merged in pull request #224.
This commit is contained in:
2023-06-30 13:48:52 +01:00
parent e8ed10ddbf
commit 5a0d8aebdb
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
import React, { useState } from "react";
import { Link } from "react-router-dom";
import Layout from "../Partials/Layout";
import MyJobTable from "./MyJobTable";
import CommonHead from "../UserHeader/CommonHead";
// import TopSellerTopBuyerSliderSection from "../Home/TopSellerTopBuyerSliderSection";
import MyOffersTable from "./MyOffersTable";
import { useSelector } from "react-redux";