mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-25 19:07:03 +00:00
Move file into components
This commit is contained in:
parent
cb86a9b89d
commit
0209418c1d
@ -118,7 +118,7 @@ import {
|
||||
} from './atoms/global';
|
||||
import { NotAuthenticated } from './components/NotAuthenticated.tsx';
|
||||
import { handleGetFileFromIndexedDB } from './utils/indexedDB';
|
||||
import { Wallets } from './Wallets';
|
||||
import { Wallets } from './components/Wallets.tsx';
|
||||
import { useFetchResources } from './common/useFetchResources';
|
||||
import { Tutorials } from './components/Tutorials/Tutorials';
|
||||
import { useHandleTutorials } from './hooks/useHandleTutorials.tsx';
|
||||
|
@ -18,24 +18,24 @@ import {
|
||||
Input,
|
||||
useTheme,
|
||||
} from '@mui/material';
|
||||
import { CustomButton } from './styles/App-styles';
|
||||
import { CustomButton } from '../styles/App-styles.ts';
|
||||
import { useDropzone } from 'react-dropzone';
|
||||
import EditIcon from '@mui/icons-material/Edit';
|
||||
import { Label } from './components/Group/AddGroup';
|
||||
import { Spacer } from './common/Spacer';
|
||||
import { Label } from './Group/AddGroup.tsx';
|
||||
import { Spacer } from '../common/Spacer.tsx';
|
||||
import {
|
||||
getWallets,
|
||||
storeWallets,
|
||||
walletVersion,
|
||||
} from './background/background.ts';
|
||||
import { useModal } from './common/useModal';
|
||||
import PhraseWallet from './utils/generateWallet/phrase-wallet';
|
||||
import { decryptStoredWalletFromSeedPhrase } from './utils/decryptWallet';
|
||||
import { crypto } from './constants/decryptWallet';
|
||||
} from '../background/background.ts';
|
||||
import { useModal } from '../common/useModal.tsx';
|
||||
import PhraseWallet from '../utils/generateWallet/phrase-wallet.ts';
|
||||
import { decryptStoredWalletFromSeedPhrase } from '../utils/decryptWallet.ts';
|
||||
import { crypto } from '../constants/decryptWallet.ts';
|
||||
import { LoadingButton } from '@mui/lab';
|
||||
import { PasswordField } from './components';
|
||||
import { HtmlTooltip } from './components/NotAuthenticated';
|
||||
import { QORTAL_APP_CONTEXT } from './App';
|
||||
import { PasswordField } from './index.ts';
|
||||
import { HtmlTooltip } from './NotAuthenticated.tsx';
|
||||
import { QORTAL_APP_CONTEXT } from '../App.tsx';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
const parsefilenameQortal = (filename) => {
|
Loading…
x
Reference in New Issue
Block a user