5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-19 18:39:30 +08:00
wails/v3/internal/templates/solid/frontend/src/index.jsx

9 lines
160 B
JavaScript

/* @refresh reload */
import { render } from 'solid-js/web'
import App from './App'
const root = document.getElementById('root')
render(() => <App />, root)