mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-30 05:31:26 +00:00
Rename folder and file
This commit is contained in:
@@ -65,7 +65,7 @@ import {
|
||||
import { PUBLIC_NOTIFICATION_CODE_FIRST_SECRET_KEY } from '../constants/constants';
|
||||
import Base58 from '../encryption/Base58.ts';
|
||||
import { encryptSingle } from '../qdn/encryption/group-encryption';
|
||||
import { _createPoll, _voteOnPoll } from '../qortalRequests/get';
|
||||
import { _createPoll, _voteOnPoll } from '../qortal/get.ts';
|
||||
import { createTransaction } from '../transactions/transactions';
|
||||
import { getData, storeData } from '../utils/chromeStorage';
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
// @ts-nocheck
|
||||
import '../qortalRequests/qortalRequests';
|
||||
import '../qortal/qortal-requests.ts';
|
||||
import { isArray } from 'lodash';
|
||||
import { uint8ArrayToObject } from '../encryption/encryption.ts';
|
||||
import Base58 from '../encryption/Base58';
|
||||
|
Reference in New Issue
Block a user