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

10 lines
265 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/wordcount/controllers/WordCountController',
'ide/wordcount/controllers/WordCountModalController'
], function() {})