Skip to content

Commit

Permalink
fix: use MouseEvent from react in PlatformSwitch
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofmochi committed Feb 7, 2023
1 parent 613b452 commit 434e862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PlatformSwitch/hooks.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { MouseEvent } from 'react';

import { redirect } from '@graasp/sdk';

const MOUSE_MIDDLE_BUTTON = 1;
Expand Down

0 comments on commit 434e862

Please sign in to comment.