Add flood widget

This commit is contained in:
JigSawFr
2022-12-01 12:40:19 +01:00
parent df5ff48000
commit 7087ed80cc
6 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import floodProxyHandler from "./proxy";
const widget = {
proxyHandler: floodProxyHandler,
};
export default widget;