s3-share/web/main.ts

8 lines
104 B
TypeScript
Raw Normal View History

2022-05-09 18:01:31 +00:00
import App from "./App.svelte";
const app = new App({
target: document.body,
});
export default app;