7 lines
211 B
JavaScript
7 lines
211 B
JavaScript
// SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <contact@cryptpad.org> and contributors
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
module.exports = require("../../src/worker/components/roster.js");
|
|
|
|
|