upend/webui/src/main.ts
2022-01-13 19:02:08 +01:00

7 lines
No EOL
103 B
TypeScript

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