client/src/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import './index.css'
import GraphWs from './GraphWs'

const graphWs = new GraphWs()
graphWs.start()

window.DEBUG = {
  graphWs
}