overleaf/services/web/public/src/ide/share/index.js

12 lines
334 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/share/controllers/ShareController',
'ide/share/controllers/ShareProjectModalController',
'ide/share/services/projectMembers',
'ide/share/services/projectInvites'
], function() {})