import { render } from 'solid-js/web'; const root = document.getElementById('app')!; render(() => , root);