2022-08-24 19:57:07 +02:00
|
|
|
/// <reference types="vite-plugin-svgr/client" />
|
|
|
|
|
|
2022-08-21 22:27:31 +02:00
|
|
|
import { Root } from './Root'
|
|
|
|
|
import { render } from 'preact'
|
|
|
|
|
|
2022-08-26 09:34:15 +02:00
|
|
|
import './assets/style.scss'
|
2022-08-21 22:27:31 +02:00
|
|
|
|
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
|
|
|
render(<Root />, document.getElementById('application')!)
|