overleaf/services/web/frontend/js/ide/chat/index.js

13 lines
336 B
JavaScript
Raw Normal View History

/* eslint-disable
no-undef,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
define([
'./controllers/ChatButtonController',
'./controllers/ChatController',
'./controllers/ChatMessageController',
'../../directives/mathjax',
'../../filters/wrapLongWords'
], function() {})