mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
Add Sonarr refactor
This commit is contained in:
parent
5cfadaea7f
commit
f999f4a467
4 changed files with 65 additions and 0 deletions
|
@ -3,6 +3,7 @@ import dynamic from "next/dynamic";
|
|||
const components = {
|
||||
overseerr: dynamic(() => import("./overseerr/component")),
|
||||
radarr: dynamic(() => import("./radarr/component")),
|
||||
sonarr: dynamic(() => import("./sonarr/component")),
|
||||
};
|
||||
|
||||
export default components;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue