graphicek/client/src/index.tsx

8 lines
219 B
TypeScript
Raw Normal View History

2022-08-21 22:27:31 +02:00
import { Root } from './Root'
import { render } from 'preact'
import './assets/style.css'
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
render(<Root />, document.getElementById('application')!)