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

10 lines
263 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/clone/controllers/CloneProjectController',
'ide/clone/controllers/CloneProjectModalController'
], function() {})