mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
Add Sonarr refactor
This commit is contained in:
parent
5cfadaea7f
commit
f999f4a467
4 changed files with 65 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
|||
import overseerr from "./overseerr/widget";
|
||||
import radarr from "./radarr/widget";
|
||||
import sonarr from "./sonarr/widget"
|
||||
|
||||
const widgets = {
|
||||
overseerr,
|
||||
radarr,
|
||||
sonarr,
|
||||
};
|
||||
|
||||
export default widgets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue