peertube-plugin-livechat/client/common/configuration/elements/index.js

10 lines
354 B
JavaScript
Raw Normal View History

2024-05-28 15:56:24 +00:00
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
2024-05-23 15:17:28 +00:00
// SPDX-FileCopyrightText: 2024 Mehdi Benadel <https://mehdibenadel.com>
//
// SPDX-License-Identifier: AGPL-3.0-only
2024-05-23 14:56:11 +00:00
// Add here all your elements, the main JS file will import them all.
import './channel-home'
2024-05-28 15:56:24 +00:00
import './channel-configuration'
import './channel-emojis'