mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Feature: Fritz!Box Widget (#2387)
* Feature: Fritz!Box Widget * Use i18n * code style & formatting --------- Co-authored-by: Thorben Grove <thorben.grove@tui.de> Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
7
src/widgets/fritzbox/widget.js
Normal file
7
src/widgets/fritzbox/widget.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import fritzboxProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
proxyHandler: fritzboxProxyHandler,
|
||||
};
|
||||
|
||||
export default widget;
|
||||
Reference in New Issue
Block a user