Track changes: Fix import after upstream converted ChatManager, UserInfoManager and UserInfoController to ESM

This commit is contained in:
yu-i-i
2025-10-22 01:43:29 +02:00
parent e9b5931cad
commit 8cc08b37dc

View File

@@ -1,9 +1,9 @@
import ChatApiHandler from '../../../../app/src/Features/Chat/ChatApiHandler.js'
import ChatManager from '../../../../app/src/Features/Chat/ChatManager.js'
import ChatManager from '../../../../app/src/Features/Chat/ChatManager.mjs'
import EditorRealTimeController from '../../../../app/src/Features/Editor/EditorRealTimeController.js'
import SessionManager from '../../../../app/src/Features/Authentication/SessionManager.js'
import UserInfoManager from '../../../../app/src/Features/User/UserInfoManager.js'
import UserInfoController from '../../../../app/src/Features/User/UserInfoController.js'
import UserInfoManager from '../../../../app/src/Features/User/UserInfoManager.mjs'
import UserInfoController from '../../../../app/src/Features/User/UserInfoController.mjs'
import DocstoreManager from '../../../../app/src/Features/Docstore/DocstoreManager.js'
import DocumentUpdaterHandler from '../../../../app/src/Features/DocumentUpdater/DocumentUpdaterHandler.js'
import CollaboratorsGetter from '../../../../app/src/Features/Collaborators/CollaboratorsGetter.js'