refactor: fix type
This commit is contained in:
parent
a671f9102d
commit
31b216f667
7 changed files with 22 additions and 16 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import si from 'systeminformation';
|
||||
import { default as Xev } from 'xev';
|
||||
import Xev from 'xev';
|
||||
import * as osUtils from 'os-utils';
|
||||
|
||||
const ev = new Xev.default();
|
||||
const ev = new Xev();
|
||||
|
||||
const interval = 2000;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue