graphicek/client/src/index.tsx

10 lines
270 B
TypeScript
Raw Normal View History

/// <reference types="vite-plugin-svgr/client" />
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')!)