5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 06:50:36 +08:00
wails/v3/examples/dev/frontend/src/main.js
2023-08-18 10:51:02 +10:00

9 lines
138 B
JavaScript

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