Add Sonarr refactor

This commit is contained in:
Jason Fischer 2022-09-25 10:13:31 -07:00
parent 5cfadaea7f
commit f999f4a467
No known key found for this signature in database
4 changed files with 65 additions and 0 deletions

View file

@ -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;