mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 22:48:46 +00:00
Add flood widget
This commit is contained in:
parent
df5ff48000
commit
7087ed80cc
6 changed files with 130 additions and 0 deletions
7
src/widgets/flood/widget.js
Normal file
7
src/widgets/flood/widget.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import floodProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
proxyHandler: floodProxyHandler,
|
||||
};
|
||||
|
||||
export default widget;
|
Loading…
Add table
Add a link
Reference in a new issue