remove redundant code
This commit is contained in:
parent
7f383dcc74
commit
658c6ca7f6
2 changed files with 0 additions and 11 deletions
|
@ -1,9 +0,0 @@
|
|||
"use strict";
|
||||
|
||||
import cpu from './tabledefs/cpu.mjs';
|
||||
import cpu_live from './tabledefs/cpu_live.mjs';
|
||||
|
||||
export default {
|
||||
cpu,
|
||||
cpu_live
|
||||
}
|
|
@ -1,7 +1,5 @@
|
|||
"use strict";
|
||||
|
||||
import human_filesize from '../misc/human_filesize.mjs';
|
||||
|
||||
export default {
|
||||
name: "CPU",
|
||||
icon: "microchip",
|
||||
|
|
Loading…
Reference in a new issue