remove redundant code

This commit is contained in:
Starbeamrainbowlabs 2022-03-11 01:39:09 +00:00
parent 7f383dcc74
commit 658c6ca7f6
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 0 additions and 11 deletions

View File

@ -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
}

View File

@ -1,7 +1,5 @@
"use strict";
import human_filesize from '../misc/human_filesize.mjs';
export default {
name: "CPU",
icon: "microchip",