mirror of
https://github.com/benphelps/homepage.git
synced 2025-12-22 10:19:42 +01:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
|
|
import homeboxProxyHandler from "./proxy";
|
||
|
|
|
||
|
|
const widget = {
|
||
|
|
proxyHandler: homeboxProxyHandler,
|
||
|
|
};
|
||
|
|
|
||
|
|
export default widget;
|