master
mahdi andalib 3 years ago
parent ee540ac29c
commit bc86d29e95
  1. 2
      src/App.js
  2. 2
      src/components/ReactTable5/BasicTable.js

@ -82,7 +82,7 @@ function App() {
{/* <Testttt /> */}
{/* <Design2D /> */}
{/* <Features /> */}
{/* <Feedback /> */}
<Feedback />
{/* <Alert /> */}
{/* <Toast /> */}
{/* <ProductSuggestion /> */}

@ -149,6 +149,8 @@ const BasicTable = ({
const { globalFilter, pageIndex, pageSize } = state;
const [activeList, setActiveList] = useState(null);
return (
<>
<img src={list} className="cursor-pointer my-5" />

Loading…
Cancel
Save