Files
Homarr/components/modules/calendar/index.ts
Aj - Thomas 2c461a6695 Add a module enabler
Add module enabler in settings.
This loops over all the exported Modules in the components/modules folder and renders them. (Interpreted language magic/ metaclasses)
2022-05-10 20:33:11 +02:00

2 lines
51 B
TypeScript

export { CalendarModule } from './CalendarModule';