import App from './App.svelte'; export function render() { // @ts-ignore return App.render(); }