import { render } from 'solid-js/web'; import { TodoList } from './todo-list'; render(() => , document.getElementById('root'));