mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-19 11:09:50 +00:00
7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
import minecraftProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
proxyHandler: minecraftProxyHandler
|
|
}
|
|
|
|
export default widget;
|