Add flood widget

This commit is contained in:
JigSawFr 2022-12-01 12:40:19 +01:00
parent df5ff48000
commit 7087ed80cc
No known key found for this signature in database
GPG key ID: B05E2971A9D6698D
6 changed files with 130 additions and 0 deletions

View file

@ -7,6 +7,7 @@ import coinmarketcap from "./coinmarketcap/widget";
import deluge from "./deluge/widget";
import diskstation from "./diskstation/widget";
import emby from "./emby/widget";
import flood from "./flood/widget";
import gluetun from "./gluetun/widget";
import gotify from "./gotify/widget";
import hdhomerun from "./hdhomerun/widget";
@ -54,6 +55,7 @@ const widgets = {
deluge,
diskstation,
emby,
flood,
gluetun,
gotify,
hdhomerun,