Merge pull request #28273 from overleaf/ac-some-web-esm-migration

[web] Convert some Features files to ES modules (part 1)

GitOrigin-RevId: d19b024efad315143e022143e2a2683df8071744
This commit is contained in:
Antoine Clausse
2025-09-08 10:54:37 +02:00
committed by Copybot
parent c5d6d60963
commit 009bc4463d
36 changed files with 2313 additions and 2103 deletions
@@ -42,7 +42,7 @@ describe('UserActivateController', function () {
)
vi.doMock(
'../../../../../app/src/Features/Errors/ErrorController.js',
'../../../../../app/src/Features/Errors/ErrorController.mjs',
() => ({
default: ctx.ErrorController,
})