Remove unused code; move signal.js to js/modules for eslint

(noticed as I was doing this that signal.js doesn't get eslint coverage)
This commit is contained in:
Scott Nonnenberg 2018-05-23 11:09:37 -07:00
parent 496e0499c4
commit 34f423b52c
7 changed files with 35 additions and 196 deletions

View file

@ -15,7 +15,7 @@ export { ConversationContext } from './ConversationContext';
export { BackboneWrapper } from '../components/utility/BackboneWrapper';
// @ts-ignore
import * as Signal from '../../js/signal';
import * as Signal from '../../js/modules/signal';
import { SignalService } from '../protobuf';
// TypeScript wants two things when you import: