Files
solidjs-templates/ts-jest/src/index.tsx
T
2022-05-11 12:14:55 +02:00

6 lines
142 B
TypeScript

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