Skip to content

Commit

Permalink
fix: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Sep 22, 2023
1 parent 42f2247 commit 4f71c44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/p2p/src/components/__tests__/app-content.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import { render, screen } from '@testing-library/react';
import { useStores } from 'Stores';
import { useModalManagerContext } from 'Components/modal-manager/modal-manager-context';
import { isMobile } from '@deriv/shared';
import { mockStore, StoreProvider } from '@deriv/stores';
import AppContent from '../app-content.jsx';

Expand Down

0 comments on commit 4f71c44

Please sign in to comment.