mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
3 lines
197 B
JavaScript
3 lines
197 B
JavaScript
export { preloadHandlebarsTemplates as handlebarsRegistration } from './handlebars.mjs';
|
|
export * as settingsRegistration from './settings.mjs';
|
|
export * as socketRegistration from './socket.mjs';
|