biketrack-app/src/main.js
2022-07-01 10:54:49 +02:00

8 lines
118 B
JavaScript

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