1 2 3 4 5 6
import 'whatwg-fetch'; import { h, render } from 'preact'; import { App } from './components/app'; import './style/index.scss'; render(<App />, document.body);