9 lines
206 B
React
9 lines
206 B
React
|
import { SWindow } from "../../stear/main";
|
||
|
|
||
|
|
||
|
export default new SWindow({
|
||
|
call: async (stear,{find, resolve, close, render, call, event, include},args)=>{
|
||
|
|
||
|
},
|
||
|
backgroundColor: "#dde"
|
||
|
})
|