Create encryption folder and move files

This commit is contained in:
Nicola Benaglia
2025-05-24 11:53:08 +02:00
parent 9edb2cf4d4
commit cec429c691
70 changed files with 1272 additions and 1155 deletions

View File

@@ -19,7 +19,7 @@ import {
} from '@mui/material';
import { objectToBase64 } from '../../qdn/encryption/group-encryption';
import { QORTAL_APP_CONTEXT } from '../../App';
import { getFee } from '../../background';
import { getFee } from '../../background/background.ts';
import { CustomizedSnackbars } from '../Snackbar/Snackbar';
import { SaveIcon } from '../../assets/Icons/SaveIcon';
import { IconWrapper } from '../Desktop/DesktopFooter';
@@ -31,7 +31,7 @@ import { saveFileToDiskGeneric } from '../../utils/generateWallet/generateWallet
import {
base64ToUint8Array,
uint8ArrayToObject,
} from '../../backgroundFunctions/encryption';
} from '../../encryption/encryption.ts';
import { useTranslation } from 'react-i18next';
import { useAtom, useSetAtom } from 'jotai';