logmania/webroot/js/store.js

7 lines
63 B
JavaScript
Raw Normal View History

2018-04-26 21:05:27 +02:00
const store = {
'bot': [],
'channel': {}
};
export {store};