PadApp/pages/system/led.jsx
jusax23 6c68f2bf20
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
basic menu, colors, else
2022-12-11 22:23:21 +01:00

13 lines
No EOL
334 B
JavaScript

import { bg } from "../../js/color";
import { SWindow, s } from "../../stear/main";
export default new SWindow({
call: async (stear,{find, resolve, close, render, call, event, include},args)=>{
call(connect,{},false);
return <div>
led Main
</div>;
},
backgroundColor: "transparent"
})