mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
11 lines
295 B
JavaScript
11 lines
295 B
JavaScript
|
/* eslint-disable
|
||
|
no-undef,
|
||
|
*/
|
||
|
// TODO: This file was created by bulk-decaffeinate.
|
||
|
// Fix any style issues and re-enable lint.
|
||
|
define([
|
||
|
'ide/settings/services/settings',
|
||
|
'ide/settings/controllers/SettingsController',
|
||
|
'ide/settings/controllers/ProjectNameController'
|
||
|
], function() {})
|