parent
2496cece91
commit
45e8331e26
150 changed files with 610 additions and 609 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const ReconnectingWebSocket = require('reconnecting-websocket');
|
||||
const riot = require('riot');
|
||||
const CONFIG = require('./config');
|
||||
import * as riot from 'riot';
|
||||
import CONFIG from './config';
|
||||
|
||||
class Connection {
|
||||
constructor(me, otherparty) {
|
||||
|
|
@ -40,4 +40,4 @@ class Connection {
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = Connection;
|
||||
export default Connection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue