karl/view/src/main.ts

7 lines
102 B
TypeScript
Raw Normal View History

2021-03-09 01:13:42 +01:00
import App from './App.svelte';
const app = new App({
target: document.body
});
export default app;