mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-09 01:10:52 +08:00
Feature: Add Homebox widget (#3095)
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
7
src/widgets/homebox/widget.js
Normal file
7
src/widgets/homebox/widget.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import homeboxProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
proxyHandler: homeboxProxyHandler,
|
||||
};
|
||||
|
||||
export default widget;
|
||||
Reference in New Issue
Block a user