Skip to content

Commit

Permalink
Update Bootstrap.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed Oct 9, 2024
1 parent b2bc6d4 commit 3c6f798
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/kit/src/provider/Bootstrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,13 @@ import { debounce } from 'lodash';
import { useIntl } from 'react-intl';

import { Dialog, rootNavigationRef } from '@onekeyhq/components';
import {
usePasswordAtom,
usePasswordPersistAtom,
} from '@onekeyhq/kit-bg/src/states/jotai/atoms';
import { ETranslations } from '@onekeyhq/shared/src/locale';
import { defaultLogger } from '@onekeyhq/shared/src/logger/logger';
import platformEnv from '@onekeyhq/shared/src/platformEnv';
import { EModalRoutes, EModalSettingRoutes } from '@onekeyhq/shared/src/routes';
import { ERootRoutes } from '@onekeyhq/shared/src/routes/root';
import { EPasswordVerifyStatus } from '@onekeyhq/shared/types/password';

import backgroundApiProxy from '../background/instance/backgroundApiProxy';
import { useWebAuthActions } from '../components/BiologyAuthComponent/hooks/useWebAuthActions';
import { useAppUpdateInfo } from '../components/UpdateReminder/hooks';
import useAppNavigation from '../hooks/useAppNavigation';
import { useOnLock } from '../views/Setting/pages/List/DefaultSection';
Expand Down

0 comments on commit 3c6f798

Please sign in to comment.