12 lines
403 B
JavaScript
12 lines
403 B
JavaScript
// SPDX-FileCopyrightText: 2024 Mehdi Benadel <https://mehdibenadel.com>
|
|
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
// Add here all your elements, the main JS file will import them all.
|
|
import './help-button'
|
|
import './dynamic-table-form'
|
|
import './configuration-row'
|
|
import './tags-input'
|
|
import './image-file-input'
|