lynxkite / web /src /main.ts
darabos's picture
Throw out Baklava.js, use SvelteFlow.
01f62f3
raw
history blame
144 Bytes
import App from './App.svelte';
import './app.css';
const app = new App({
target: document.getElementById('app')!,
});
export default app;