| // Copyright 2026 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| import * as CD4ABridge from './CD4ABridge.js'; | |
| import * as CommentManager from './CommentManager.js'; | |
| import * as CommentThread from './CommentThread.js'; | |
| export { | |
| CD4ABridge, | |
| CommentManager, | |
| CommentThread, | |
| }; |