Le massive export update

This commit is contained in:
WBHarry 2025-07-05 00:01:54 +02:00
parent 9c30e51546
commit ea9e96ae96
60 changed files with 919 additions and 914 deletions

View file

@ -1,5 +1,3 @@
import { preloadHandlebarsTemplates as handlebarsRegistration } from './handlebars.mjs';
import * as settingsRegistration from './settings.mjs';
import * as socketRegistration from './socket.mjs';
export { handlebarsRegistration, settingsRegistration, socketRegistration };
export { preloadHandlebarsTemplates as handlebarsRegistration } from './handlebars.mjs';
export * as settingsRegistration from './settings.mjs';
export * as socketRegistration from './socket.mjs';