15 lines
472 B
JavaScript
Raw Normal View History

2024-05-23 17:17:28 +02:00
// SPDX-FileCopyrightText: 2024 Mehdi Benadel <https://mehdibenadel.com>
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
2024-05-23 17:17:28 +02:00
//
// SPDX-License-Identifier: AGPL-3.0-only
2024-05-23 16:56:11 +02:00
// Add here all your elements, the main JS file will import them all.
import './help-button'
import './dynamic-table-form'
2024-06-12 15:50:14 +02:00
import './configuration-section-header'
import './tags-input'
import './image-file-input'
import './spinner'
import './token-list'
import './error'