mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Fix import typo (#14180)
This commit is contained in:
parent
7f239997dc
commit
21afcc75ce
@ -11,7 +11,7 @@ import LogoMoonPay from './logo-moonpay';
|
|||||||
import LogoWyre from './logo-wyre';
|
import LogoWyre from './logo-wyre';
|
||||||
import LogoTransak from './logo-transak';
|
import LogoTransak from './logo-transak';
|
||||||
import LogoDepositEth from './logo-deposit-eth';
|
import LogoDepositEth from './logo-deposit-eth';
|
||||||
import LogoLeger from './logo-ledger';
|
import LogoLedger from './logo-ledger';
|
||||||
import LogoQRBased from './logo-qr-based';
|
import LogoQRBased from './logo-qr-based';
|
||||||
import LogoTrezor from './logo-trezor';
|
import LogoTrezor from './logo-trezor';
|
||||||
import LogoLattice from './logo-lattice';
|
import LogoLattice from './logo-lattice';
|
||||||
@ -72,7 +72,7 @@ export const DefaultStory = (args) => (
|
|||||||
<LogoItem Component={<LogoTransak {...args} />} />
|
<LogoItem Component={<LogoTransak {...args} />} />
|
||||||
<LogoItem Component={<LogoDepositEth {...args} />} />
|
<LogoItem Component={<LogoDepositEth {...args} />} />
|
||||||
<LogoItem Component={<LogoMoonPay {...args} />} />
|
<LogoItem Component={<LogoMoonPay {...args} />} />
|
||||||
<LogoItem Component={<LogoLeger {...args} />} />
|
<LogoItem Component={<LogoLedger {...args} />} />
|
||||||
<LogoItem Component={<LogoQRBased {...args} />} />
|
<LogoItem Component={<LogoQRBased {...args} />} />
|
||||||
<LogoItem Component={<LogoTrezor {...args} />} />
|
<LogoItem Component={<LogoTrezor {...args} />} />
|
||||||
<LogoItem Component={<LogoLattice {...args} />} />
|
<LogoItem Component={<LogoLattice {...args} />} />
|
||||||
|
Loading…
Reference in New Issue
Block a user