7 lines
185 B
JavaScript
7 lines
185 B
JavaScript
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
import '../src/entry.js'
|
|
export * from '../src/entry.js'
|