mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 21:31:36 +02:00
Restructure frontend directories GitOrigin-RevId: 5a1224ca186f4809df45680a80d374c1c318d7bf
13 lines
345 B
JavaScript
13 lines
345 B
JavaScript
/* 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() {})
|