blob: b7e02fde9023556c053a9b960820c9e3cfde60f7 [file] [log] [blame]
import 'todomvc-app-css/index.css'
import './app.css'
import {$on} from './helpers'
import {updateTodo} from './todo'
export function onLoad() { // eslint-disable-line import/prefer-default-export
updateTodo()
}