systemquery/src/static/js/tabledefs.mjs
Starbeamrainbowlabs 36a96a84fd
client: create initial table definitions
These will (hopefully) be used to decide on the layout of the UI for 
each table.
2022-02-26 21:58:20 +00:00

10 lines
139 B
JavaScript

"use strict";
import cpu from './tabledefs/cpu.mjs';
import cpu_live from './tabledefs/cpu_live.mjs';
export default {
cpu,
cpu_live
}