You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/src/widgets/widgets.js

12 lines
199 B

import overseerr from "./overseerr/widget";
import radarr from "./radarr/widget";
import sonarr from "./sonarr/widget"
const widgets = {
overseerr,
radarr,
sonarr,
};
export default widgets;