Guest User

Untitled

a guest
Jun 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import { h, render } from 'preact';
  2. import App from "./components/App";
  3.  
  4. render(<App />, document.querySelector("#app");
Add Comment
Please, Sign In to add comment