mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 22:31:06 +08:00
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
import { render } from 'preact'
|
|
import { App } from './app'
|
|
import './index.css'
|
|
|
|
render(<App />, document.getElementById('app') as HTMLElement)
|