PadApp/pages/system/system.jsx
jusax23 819e253b8f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
mode selection
2022-12-16 23:10:27 +01:00

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"
})