Skip to content

Instantly share code, notes, and snippets.

@drewdaemon
Created September 18, 2019 01:59
Show Gist options
  • Save drewdaemon/99587074621ee4b799dc607f3ebdc4c2 to your computer and use it in GitHub Desktop.
Save drewdaemon/99587074621ee4b799dc607f3ebdc4c2 to your computer and use it in GitHub Desktop.
import { h, render } from 'preact';
import App from './app/app';
render(<App />, document.body);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment