import Forum from './forum.svelte'; const forum = new Forum({ target: document.body, props: { greeting: 'yooo' } }); export default forum;