Skip to content

Commit

Permalink
Update src/app/templates/SeedPhraseInput/SeedLengthSelect/SeedLengthO…
Browse files Browse the repository at this point in the history
…ption/SeedLengthOption.tsx

Co-authored-by: Inokentii Mazhara <[email protected]>
  • Loading branch information
tttt24 and keshan3262 authored Nov 7, 2023
1 parent 81551c6 commit 5d3d534
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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 '../../../../pages/ImportAccount/selectors';
import { setAnotherSelector, setTestID } from 'lib/analytics';
import { ImportAccountSelectors } from 'app/pages/ImportAccount/selectors';
import styles from './seedLengthOption.module.css';

interface Props {
Expand Down

0 comments on commit 5d3d534

Please sign in to comment.