mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
starting of widget refactoring
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user