daggerheart/module/systemRegistration/_module.mjs
2025-07-05 00:01:54 +02:00

3 lines
197 B
JavaScript

export { preloadHandlebarsTemplates as handlebarsRegistration } from './handlebars.mjs';
export * as settingsRegistration from './settings.mjs';
export * as socketRegistration from './socket.mjs';