Skip to content

Instantly share code, notes, and snippets.

@edoardocavazza
Created December 20, 2017 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edoardocavazza/1bd1faadf61442152d32bbd05f125853 to your computer and use it in GitHub Desktop.
Save edoardocavazza/1bd1faadf61442152d32bbd05f125853 to your computer and use it in GitHub Desktop.
import { h, render } from 'preact';
import TodoList from './todolist.component.js';
render(<TodoList />, document.body);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment