5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 22:31:06 +08:00
wails/v3/internal/templates/preact-ts/frontend/src/main.tsx
2023-01-22 15:39:57 +11:00

6 lines
145 B
TypeScript

import { render } from 'preact'
import { App } from './app'
import './index.css'
render(<App />, document.getElementById('app') as HTMLElement)