PadApp/pages/remote/remote.jsx

9 lines
206 B
React
Raw Normal View History

2022-12-07 21:59:01 +01:00
import { SWindow } from "../../stear/main";
export default new SWindow({
call: async (stear,{find, resolve, close, render, call, event, include},args)=>{
},
backgroundColor: "#dde"
})