fix: fixing multiple calls for backup

This commit is contained in:
Chubby Granny Chaser 2024-10-20 08:09:15 +01:00
parent 0e5d37a3a0
commit b7c9b5ec54
No known key found for this signature in database
10 changed files with 101 additions and 114 deletions

View file

@ -1,9 +1,4 @@
import {
Button,
ConfirmationModal,
Modal,
ModalProps,
} from "@renderer/components";
import { Button, Modal, ModalProps } from "@renderer/components";
import { useContext, useEffect, useMemo, useState } from "react";
import { cloudSyncContext, gameDetailsContext } from "@renderer/context";