UNPKG

181 BPlain TextView Raw
1import * as m from 'mithril';
2import { setHyperscriptFunction } from '../html';
3import TodoApp from './todomvc/todo-app';
4
5setHyperscriptFunction(m);
6const todoApp = new TodoApp();