This website requires JavaScript.
Explore
Help
Register
Sign In
Dockery
/
Homarr
Watch
1
Star
0
Fork
0
You've already forked Homarr
mirror of
https://github.com/ajnart/homarr.git
synced
2025-11-07 22:15:49 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b8fe799ac6b03d6baa4f97cedc304bfeebbd4588
Homarr
/
src
/
components
/
modules
/
index.ts
4 lines
78 B
TypeScript
Raw
Normal View
History
Unescape
Escape
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
export
*
from
'./date'
;
export
*
from
'./calendar'
;
:sparkles: Make the search bar a module Resolves #118
2022-05-17 02:04:44 +02:00
export
*
from
'./search'
;
Reference in New Issue
Copy Permalink