Skip to content

Commit

Permalink
fix: Remove unused import in index.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Sep 23, 2024
1 parent 2b37691 commit 88c16e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/Views/OnboardingSuccess/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import OnboardingSuccess from './';
import renderWithProvider from '../../../util/test/renderWithProvider';
import { useSelector } from 'react-redux';
import { selectProviderConfig } from '../../../selectors/networkController';
import Button from '../../../component-library/components/Buttons/Button/Button';

// Define ProviderConfig type
interface ProviderConfig {
Expand Down

0 comments on commit 88c16e1

Please sign in to comment.