8 lines
168 B
JavaScript
8 lines
168 B
JavaScript
// SPDX-FileCopyrightText: 2022 Johannes Loher
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
export function registerSettings() {
|
|
// Register any custom module settings here
|
|
}
|