mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing multiple calls for backup
This commit is contained in:
parent
0e5d37a3a0
commit
b7c9b5ec54
10 changed files with 101 additions and 114 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue