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
|
@ -113,7 +113,7 @@ window.React = require('react');
|
|||
window.ReactDOM = require('react-dom');
|
||||
window.moment = require('moment');
|
||||
|
||||
const Signal = require('./js/signal');
|
||||
const Signal = require('./js/modules/signal');
|
||||
const i18n = require('./js/modules/i18n');
|
||||
const Attachments = require('./app/attachments');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue