mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 22:29:01 +02:00
e035d526d6
Restructure frontend directories GitOrigin-RevId: 5a1224ca186f4809df45680a80d374c1c318d7bf
10 lines
263 B
JavaScript
10 lines
263 B
JavaScript
/* 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() {})
|