mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-01 21:13:39 +01:00
8 lines
133 B
JavaScript
8 lines
133 B
JavaScript
![]() |
import qbittorrentProxyHandler from "./proxy";
|
||
|
|
||
|
const widget = {
|
||
|
proxyHandler: qbittorrentProxyHandler,
|
||
|
};
|
||
|
|
||
|
export default widget;
|