import App from '../components/ProblemPanel.svelte'; const app = new App({ target: document.body }); export default app;