revite/src/main.tsx

6 lines
140 B
TypeScript
Raw Normal View History

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