mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 20:54:56 -05:00
8 lines
133 B
JavaScript
8 lines
133 B
JavaScript
import qbittorrentProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
proxyHandler: qbittorrentProxyHandler,
|
|
};
|
|
|
|
export default widget;
|