Merge pull request #19215 from overleaf/jpa-cleanup-module-init

[web] cleanup web-module init modules

GitOrigin-RevId: 97a05c6fe79fbd96f9697a16ed7099827edc81f0
This commit is contained in:
Jakob Ackermann
2024-07-04 08:04:37 +00:00
committed by Copybot
parent 9e5223ac6b
commit 37155e78be
2 changed files with 8 additions and 9 deletions
+1 -7
View File
@@ -1,9 +1,3 @@
/* eslint-disable
no-unused-vars,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
let Launchpad
const LaunchpadRouter = require('./app/src/LaunchpadRouter')
module.exports = Launchpad = { router: LaunchpadRouter }
module.exports = { router: LaunchpadRouter }