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

[web] Convert some Features/User files to ES modules

GitOrigin-RevId: c0d487082fa4822c68130e1e98c043297d4bedeb
This commit is contained in:
Antoine Clausse
2025-10-17 08:05:53 +00:00
committed by Copybot
parent 0f0608eff0
commit d7e1ad5588
34 changed files with 2693 additions and 2308 deletions
@@ -20,7 +20,7 @@ import NotificationsHandler from '../Notifications/NotificationsHandler.js'
import Modules from '../../infrastructure/Modules.js'
import { OError, V1ConnectionError } from '../Errors/Errors.js'
import { User } from '../../models/User.js'
import UserPrimaryEmailCheckHandler from '../User/UserPrimaryEmailCheckHandler.js'
import UserPrimaryEmailCheckHandler from '../User/UserPrimaryEmailCheckHandler.mjs'
import UserController from '../User/UserController.mjs'
import NotificationsBuilder from '../Notifications/NotificationsBuilder.js'
import GeoIpLookup from '../../infrastructure/GeoIpLookup.mjs'