don't need it because socketioconnection is being imported now

This commit is contained in:
Connor Turland 2016-10-18 20:09:32 -04:00 committed by GitHub
parent 786ea64480
commit e545c3e69e

View file

@ -1,8 +1,6 @@
// create global references
import _ from 'underscore'
import io from 'socket.io-client'
import Metamaps from './Metamaps'
window._ = _
window.io = io
window.Metamaps = Metamaps