import { render, html } from '@mantou/gem'; import './elements/root'; render( html` `, document.body, );