starting of widget refactoring

This commit is contained in:
Ben Phelps
2022-09-25 19:43:47 +03:00
parent d6f6ea9dba
commit 562235f828
42 changed files with 337 additions and 301 deletions

9
src/widgets/widgets.js Normal file
View File

@@ -0,0 +1,9 @@
import overseerr from "./overseerr/widget";
import radarr from "./radarr/widget";
const widgets = {
overseerr,
radarr,
};
export default widgets;