Feature: Add APC UPS widget (#4840)

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Nicu Pavel
2025-03-02 17:33:44 +02:00
committed by GitHub
parent 9b8dd94aae
commit fdf405fe0a
9 changed files with 179 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import dynamic from "next/dynamic";
const components = {
adguard: dynamic(() => import("./adguard/component")),
apcups: dynamic(() => import("./apcups/component")),
argocd: dynamic(() => import("./argocd/component")),
atsumeru: dynamic(() => import("./atsumeru/component")),
audiobookshelf: dynamic(() => import("./audiobookshelf/component")),