mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding logger
This commit is contained in:
parent
790f7a2549
commit
202751ddca
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ import { Modal, ModalProps, TextField } from "@renderer/components";
|
||||||
import { useContext, useMemo } from "react";
|
import { useContext, useMemo } from "react";
|
||||||
import { cloudSyncContext } from "@renderer/context";
|
import { cloudSyncContext } from "@renderer/context";
|
||||||
|
|
||||||
import { useTranslation } from "react-i18next";
|
|
||||||
|
|
||||||
export interface CloudSyncFilesModalProps
|
export interface CloudSyncFilesModalProps
|
||||||
extends Omit<ModalProps, "children" | "title"> {}
|
extends Omit<ModalProps, "children" | "title"> {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue