mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 14:38:40 -09:00
lint
This commit is contained in:
parent
d01d3868eb
commit
ffa6a89c5a
4 changed files with 7 additions and 8 deletions
|
|
@ -5,5 +5,5 @@ export function init() {
|
|||
rpc.emit('init');
|
||||
return {
|
||||
type: INIT
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
import ms from 'ms';
|
||||
import {version} from '../../package';
|
||||
import {satisfies} from 'semver';
|
||||
import {remote} from 'electron';
|
||||
import {version} from '../../package';
|
||||
import {
|
||||
NOTIFICATION_MESSAGE,
|
||||
NOTIFICATION_DISMISS
|
||||
|
|
|
|||
Loading…
Reference in a new issue