Skip to content

Instantly share code, notes, and snippets.

@drewdaemon
Last active September 18, 2019 04:35
Show Gist options
  • Save drewdaemon/40e11e5ab25f13eaeab3405d7871e0c0 to your computer and use it in GitHub Desktop.
Save drewdaemon/40e11e5ab25f13eaeab3405d7871e0c0 to your computer and use it in GitHub Desktop.
import { h, Component } from 'preact';
class App extends Component {
render() {
return <div id="app-root"><h1>Preact Chrome Extension Starter</h1></div>
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment