mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-09 01:10:52 +08:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
import homeboxProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
proxyHandler: homeboxProxyHandler,
|
|
};
|
|
|
|
export default widget;
|