s3-share/web/main.ts
2022-05-10 23:19:31 +02:00

9 lines
126 B
TypeScript

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