mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-18 02:10:41 +00:00
Add CorpusFollowerList and functions
This commit is contained in:
10
app/static/js_new/App.js
Normal file
10
app/static/js_new/App.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import DataStore from './DataStore';
|
||||
import EventBroker from './EventBroker';
|
||||
|
||||
|
||||
const dataStore = new DataStore();
|
||||
const eventBroker = new EventBroker();
|
||||
const socket = io({transports: ['websocket'], upgrade: false});
|
||||
|
||||
|
||||
export {eventBroker, socket};
|
Reference in New Issue
Block a user