Skip to content

Commit c5e7aa3

Browse files
committed
refactor: combine imports
1 parent 881cf89 commit c5e7aa3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/routes/LoginWithOAuthApp.test.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { fireEvent, render, screen } from '@testing-library/react';
2-
import { ipcRenderer } from 'electron';
3-
import { shell } from 'electron';
2+
import { ipcRenderer, shell } from 'electron';
43
import { MemoryRouter } from 'react-router-dom';
54
import { mockEnterpriseAccounts } from '../__mocks__/state-mocks';
65
import { AppContext } from '../context/App';

0 commit comments

Comments
 (0)