forked from FoundKeyGang/FoundKey
✨
This commit is contained in:
parent
9332551791
commit
75d04858e6
2 changed files with 2 additions and 1 deletions
|
@ -75,6 +75,7 @@
|
|||
"@types/showdown": "1.7.5",
|
||||
"@types/single-line-log": "1.1.0",
|
||||
"@types/speakeasy": "2.0.2",
|
||||
"@types/systeminformation": "3.23.0",
|
||||
"@types/tmp": "0.0.33",
|
||||
"@types/uuid": "3.4.3",
|
||||
"@types/webpack": "4.4.8",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import * as os from 'os';
|
||||
const sysUtils = require('systeminformation');
|
||||
import * as sysUtils from 'systeminformation';
|
||||
import * as diskusage from 'diskusage';
|
||||
import Xev from 'xev';
|
||||
|
||||
|
|
Loading…
Reference in a new issue