Skip to content
Snippets Groups Projects
Commit bad5fb17 authored by DD Liu's avatar DD Liu
Browse files

add missing file

parent e6dab7bc
No related branches found
No related tags found
No related merge requests found
const {Record} = require('immutable');
const MonitorRecord = Record({
id: null,
label: null,
value: null,
category: null,
color: null,
x: null,
y: null
});
module.exports = MonitorRecord;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment