this repo has no description
1import App from './App.svelte' 2import { mount } from 'svelte' 3 4const app = mount(App, { 5 target: document.getElementById('app')!, 6}) 7 8export default app