Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-v committed Jun 28, 2022
1 parent 4a2d432 commit b941d65
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { renderHook } from '@testing-library/react-hooks';
import { when } from 'jest-when';
import { SolidSession } from '../../api/SolidSession';
import { sendMessage } from '../../chrome/sendMessage';
import { MessageType } from '../../domain/messages';
import { useAuthentication } from '../auth/AuthenticationContext';
import { useOptions } from '../OptionsContext';
import { ActionType, Dispatch } from '../reducer';
Expand Down

0 comments on commit b941d65

Please sign in to comment.