import './style/style.sass'; import App from './components'; import { h, render } from "preact" render(, document.body)