s3-share/web/main.ts

8 lines
104 B
TypeScript

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