odfjs/scripts/front-end.js

7 lines
119 B
JavaScript
Raw Permalink Normal View History

2024-06-14 16:57:20 +02:00
import App from './App.svelte';
const app = new App({
target: document.querySelector('.svelte-main'),
2024-06-15 16:29:16 +02:00
props: {}
2024-06-14 16:57:20 +02:00
});