Replace native alerts

This commit is contained in:
muzam1l
2022-05-04 14:38:59 +05:30
parent 5e997044ed
commit d18c893025
7 changed files with 40 additions and 32 deletions

View File

@@ -6,8 +6,6 @@ import Transaction from "../../components/Transaction";
import state from "../../state";
import { getSplit, saveSplit } from "../../state/actions/persistSplits";
import { transactionsState, modifyTransaction } from "../../state";
import { useEffect } from 'react';
import { showAlert } from '../../state/actions/showAlert';
const DebugStream = dynamic(() => import("../../components/DebugStream"), {
ssr: false,