ora/src/shared/main.js

4 lines
92 B
JavaScript

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