Skip to content

Commit

Permalink
fix: revert the formatted file to match develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnseeker8 committed Jun 24, 2024
1 parent ff89ca4 commit e0ee6aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ui/pages/create-account/connect-hardware/select-hardware.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ import classnames from 'classnames';
import PropTypes from 'prop-types';
import React, { Component } from 'react';
import {
Text,
Box,
IconName,
ButtonIconSize,
ButtonIcon,
Button,
BUTTON_SIZES,
BUTTON_VARIANT,
ButtonIcon,
ButtonIconSize,
IconName,
Text,
} from '../../../components/component-library';
import LogoLedger from '../../../components/ui/logo/logo-ledger';
import LogoQRBased from '../../../components/ui/logo/logo-qr-based';
import LogoTrezor from '../../../components/ui/logo/logo-trezor';
import LogoLattice from '../../../components/ui/logo/logo-lattice';

import {
HardwareAffiliateLinks,
HardwareAffiliateTutorialLinks,
HardwareDeviceNames,
LedgerTransportTypes,
HardwareAffiliateLinks,
HardwareAffiliateTutorialLinks,
} from '../../../../shared/constants/hardware-wallets';
import ZENDESK_URLS from '../../../helpers/constants/zendesk-url';
import { MetaMetricsEventCategory } from '../../../../shared/constants/metametrics';
Expand Down

0 comments on commit e0ee6aa

Please sign in to comment.