Skip to content
Snippets Groups Projects
main.tsx 140 B
Newer Older
insert's avatar
insert committed
import { render } from 'preact'
insert's avatar
insert committed
import '../styles/index.scss'
insert's avatar
insert committed
import { App } from './app'

render(<App />, document.getElementById('app')!)