Add module enabler in settings. This loops over all the exported Modules in the components/modules folder and renders them. (Interpreted language magic/ metaclasses)
3 lines
52 B
TypeScript
3 lines
52 B
TypeScript
export * from './date';
|
|
export * from './calendar';
|