mirror of
https://github.com/gethomepage/homepage.git
synced 2026-03-05 16:33:54 -05:00
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
import homeassistantProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
proxyHandler: homeassistantProxyHandler,
|
|
};
|
|
|
|
export default widget;
|