mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
starting of widget refactoring
This commit is contained in:
parent
d6f6ea9dba
commit
562235f828
42 changed files with 337 additions and 301 deletions
9
src/widgets/widgets.js
Normal file
9
src/widgets/widgets.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
import overseerr from "./overseerr/widget";
|
||||
import radarr from "./radarr/widget";
|
||||
|
||||
const widgets = {
|
||||
overseerr,
|
||||
radarr,
|
||||
};
|
||||
|
||||
export default widgets;
|
Loading…
Add table
Add a link
Reference in a new issue