Added context

This commit is contained in:
2020-11-18 09:56:30 +01:00
parent 41bf14a4e5
commit 490f0f3265
17 changed files with 69 additions and 235 deletions

View File

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