mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
Add FileFlows widget
This commit is contained in:
parent
aabd05a0cb
commit
6bb94dc185
4 changed files with 64 additions and 2 deletions
|
@ -14,6 +14,7 @@ const components = {
|
|||
docker: dynamic(() => import("./docker/component")),
|
||||
kubernetes: dynamic(() => import("./kubernetes/component")),
|
||||
emby: dynamic(() => import("./emby/component")),
|
||||
fileflows: dynamic(() => import("./fileflows/component")),
|
||||
flood: dynamic(() => import("./flood/component")),
|
||||
gluetun: dynamic(() => import("./gluetun/component")),
|
||||
gotify: dynamic(() => import("./gotify/component")),
|
||||
|
@ -70,4 +71,4 @@ const components = {
|
|||
uptimekuma: dynamic(() => import("./uptimekuma/component")),
|
||||
};
|
||||
|
||||
export default components;
|
||||
export default components;
|
Loading…
Add table
Add a link
Reference in a new issue