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

13 lines
345 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([
'ide/chat/controllers/ChatButtonController',
'ide/chat/controllers/ChatController',
'ide/chat/controllers/ChatMessageController',
'directives/mathjax',
'filters/wrapLongWords'
], function() {})