mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 21:35:21 +01:00
REF: File name
This commit is contained in:
parent
0d765c67ea
commit
a4afa64926
@ -1,8 +1,8 @@
|
||||
import React, { lazy, Suspense } from 'react';
|
||||
import { LazyLoadingIndicator } from './LazyLoadingIndicator';
|
||||
|
||||
const PaymentCode = lazy(() => import('../screen/wallets/paymentCode'));
|
||||
const PaymentCodesList = lazy(() => import('../screen/wallets/paymentCodesList'));
|
||||
const PaymentCode = lazy(() => import('../screen/wallets/PaymentCode'));
|
||||
const PaymentCodesList = lazy(() => import('../screen/wallets/PaymentCodesList'));
|
||||
|
||||
export const PaymentCodeComponent = () => (
|
||||
<Suspense fallback={<LazyLoadingIndicator />}>
|
||||
|
Loading…
Reference in New Issue
Block a user