1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Fix import typo (#14180)

This commit is contained in:
Julian Y 2022-03-25 23:57:20 -07:00 committed by GitHub
parent 7f239997dc
commit 21afcc75ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ import LogoMoonPay from './logo-moonpay';
import LogoWyre from './logo-wyre';
import LogoTransak from './logo-transak';
import LogoDepositEth from './logo-deposit-eth';
import LogoLeger from './logo-ledger';
import LogoLedger from './logo-ledger';
import LogoQRBased from './logo-qr-based';
import LogoTrezor from './logo-trezor';
import LogoLattice from './logo-lattice';
@ -72,7 +72,7 @@ export const DefaultStory = (args) => (
<LogoItem Component={<LogoTransak {...args} />} />
<LogoItem Component={<LogoDepositEth {...args} />} />
<LogoItem Component={<LogoMoonPay {...args} />} />
<LogoItem Component={<LogoLeger {...args} />} />
<LogoItem Component={<LogoLedger {...args} />} />
<LogoItem Component={<LogoQRBased {...args} />} />
<LogoItem Component={<LogoTrezor {...args} />} />
<LogoItem Component={<LogoLattice {...args} />} />