Added context to heatmap, and devices

This commit is contained in:
2020-11-18 12:04:32 +01:00
parent 490f0f3265
commit 39a38fe8eb
5 changed files with 45 additions and 81 deletions

View File

@ -5,4 +5,5 @@ export default React.createContext({
heatmapPoints: [],
addHandler: (_, __) => { },
removeHandler: (_, __) => { },
});