export const bootstrap = (el,deps = [])=>{ el.innerHtml = `
load the app
`; }