deemix-web-frontend/app/src/main.js

9 lines
116 B
JavaScript
Raw Normal View History

2022-02-23 18:18:13 +01:00
import App from './App.svelte';
const app = new App({
target: document.body,
props: {
}
});
export default app;