mirror of
https://github.com/revoltchat/revite.git
synced 2025-02-23 00:31:13 -05:00
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
|
import { render } from 'preact'
|
||
|
import './styles/index.scss'
|
||
|
import { App } from './app'
|
||
|
|
||
|
render(<App />, document.getElementById('app')!)
|