Files
dmxconnect/frontend/src/main.js

9 lines
139 B
JavaScript
Raw Normal View History

2023-08-25 20:33:11 +00:00
import './style.css'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app')
})
export default app