PadApp/pages/led/led.jsx

12 lines
302 B
React
Raw Normal View History

2022-12-11 22:23:21 +01:00
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)=>{
return <div>
led Main
</div>;
},
backgroundColor: "transparent"
})