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