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