ref: master
src/index.js
1 2 3 4 5
import { h, render } from "preact"; import App from '~/src/app'; const app = document.getElementById("root"); render(<App />, app);