s3-share/web/main.ts

9 lines
126 B
TypeScript
Raw Normal View History

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