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

9 lines
138 B
TypeScript

import './app.css'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app'),
})
export default app