UNPKG

willcore.uicore

Version:
7 lines (6 loc) 175 B
import { willCoreProxy } from "./ui.js" import {init} from "../app.js"; (async () => { let proyxyIntance = await willCoreProxy.new(); init(proyxyIntance); })();