mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
import homeboxProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
proxyHandler: homeboxProxyHandler,
|
|
};
|
|
|
|
export default widget;
|