simplify move money page

This commit is contained in:
Bilal
2020-10-08 16:21:05 +03:00
parent 034c983e3b
commit ff6453e857
11 changed files with 199 additions and 187 deletions

View File

@@ -1,4 +1,4 @@
import React, { useEffect, useState } from 'react';
import React from 'react';
import NewGangForm from "./NewGangForm";
import axios from "axios";
import {errorToast} from "../common/errorHelpers";