Last active
September 18, 2019 04:35
-
-
Save drewdaemon/40e11e5ab25f13eaeab3405d7871e0c0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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