mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-20 03:29:50 +00:00
7 lines
125 B
JavaScript
7 lines
125 B
JavaScript
import homeboxProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
proxyHandler: homeboxProxyHandler,
|
|
};
|
|
|
|
export default widget;
|