9 lines
271 B
JavaScript
9 lines
271 B
JavaScript
// SPDX-FileCopyrightText: 2024 Mehdi Benadel <https://mehdibenadel.com>
|
|
//
|
|
// 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'
|