verstak/frontend/src/main.js

6 lines
86 B
JavaScript

import App from './App.svelte'
new App({
target: document.getElementById('app')
})