this repo has no description plcbundle-watch.pages.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 9d693ff5dbd78aaee2a31b014a515f490c5c19a0 9 lines 173 B view raw
1import { mount } from 'svelte' 2import './app.css' 3import App from './App.svelte' 4 5const app = mount(App, { 6 target: document.getElementById('app')!, 7}) 8 9export default app