Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
4 lines (3 sloc) 121 Bytes
import { h, render } from 'preact';
import TodoList from './todolist.component.js';
render(<TodoList />, document.body);