|
/// <reference types="vite-plugin-svgr/client" />
|
|
|
|
import { Root } from './Root'
|
|
import { render } from 'preact'
|
|
|
|
import './assets/style.scss'
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
render(<Root />, document.getElementById('application')!)
|