Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tttt24 committed Nov 7, 2023
1 parent ffffe77 commit 403af48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ import React, { FC, memo, useCallback } from 'react';
import { emptyFn } from '@rnw-community/shared';
import classNames from 'clsx';

import { setAnotherSelector, setTestID } from 'lib/analytics';
import { ImportAccountSelectors } from 'app/pages/ImportAccount/selectors';
import { setAnotherSelector, setTestID } from 'lib/analytics';

import styles from './seedLengthOption.module.css';

interface Props {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import React, { FC, useCallback, useEffect, useRef, useState } from 'react';
import classNames from 'clsx';

import { ReactComponent as SelectArrowDownIcon } from 'app/icons/select-arrow-down.svg';
import { ImportAccountSelectors } from 'app/pages/ImportAccount/selectors';
import { setTestID } from 'lib/analytics';
import { t } from 'lib/i18n';

import { ImportAccountSelectors } from 'app/pages/ImportAccount/selectors';
import { SeedLengthOption } from './SeedLengthOption/SeedLengthOption';

interface SeedLengthSelectProps {
Expand Down

0 comments on commit 403af48

Please sign in to comment.