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