handle Chips and Chip Values

This commit is contained in:
Bilal
2020-09-04 06:02:33 +03:00
parent 99e8b9c6f2
commit d4c998fa1a
9 changed files with 421 additions and 22 deletions

View File

@@ -2,7 +2,6 @@ import React, { useState, useEffect } from 'react';
import { Button, Table } from 'react-materialize';
import './Cash.css';
import axios from 'axios';
import { Link } from 'react-router-dom';
import { MAKE_MONEY_MOVE } from '../RouteNames';
import { withRouter } from 'react-router-dom';