rate/www/src/main.ts
2022-10-10 17:01:31 +02:00

9 lines
118 B
TypeScript

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