12 lines
No EOL
305 B
JavaScript
12 lines
No EOL
305 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)=>{
|
|
return <div>
|
|
system Main
|
|
</div>;
|
|
},
|
|
backgroundColor: "transparent"
|
|
}) |