8 lines
133 B
JavaScript
Raw Normal View History

2022-09-26 00:35:54 +03:00
import qbittorrentProxyHandler from "./proxy";
const widget = {
proxyHandler: qbittorrentProxyHandler,
};
export default widget;