import { render } from "preact"; import "./index.css"; render(

Hello World

, document.body);