mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
REF: File name
This commit is contained in:
parent
0d765c67ea
commit
a4afa64926
3 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue