remove unused vars
This commit is contained in:
parent
efd6258c7e
commit
4a7dd54aca
2 changed files with 0 additions and 8 deletions
|
@ -2,14 +2,9 @@
|
|||
|
||||
import Backbone from 'backbone'
|
||||
import { Howl } from 'howler'
|
||||
import React from 'react'
|
||||
import ReactDOM from 'react-dom'
|
||||
// TODO is this line good or bad
|
||||
// Backbone.$ = window.$
|
||||
|
||||
import Active from '../Active'
|
||||
import DataModel from '../DataModel'
|
||||
import Realtime from '../Realtime'
|
||||
import ReactApp from '../GlobalUI/ReactApp'
|
||||
|
||||
const ChatView = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
/* global $ */
|
||||
|
||||
import React from 'react'
|
||||
import ReactDOM from 'react-dom'
|
||||
|
||||
import Active from '../Active'
|
||||
import Visualize from '../Visualize'
|
||||
import GlobalUI, { ReactApp } from '../GlobalUI'
|
||||
|
|
Loading…
Reference in a new issue