mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Fix mousetrap type error
This commit is contained in:
parent
e80b05d6cf
commit
faadfdd2c8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import React from 'react';
|
||||
import Mousetrap from 'mousetrap';
|
||||
import Mousetrap, {MousetrapInstance} from 'mousetrap';
|
||||
|
||||
import {connect} from '../utils/plugins';
|
||||
import * as uiActions from '../actions/ui';
|
||||
|
|
|
|||
Loading…
Reference in a new issue