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:
parent
496e0499c4
commit
34f423b52c
7 changed files with 35 additions and 196 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue