revite/src/main.tsx

6 lines
139 B
TypeScript
Raw Normal View History

2021-06-18 12:05:01 +01:00
import { render } from 'preact'
import './styles/index.scss'
import { App } from './app'
render(<App />, document.getElementById('app')!)