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