blob: 56bc51fdf160ff26eb15a0320da3cb6fc53c0313 [file] [log] [blame]
import { h, render } from 'preact';
import App from './app';
// import 'todomvc-common';
// import 'todomvc-common/base.css';
// import 'todomvc-app-css/index.css';
render(<App />, document.querySelector('.todoapp'));