ufh/web/main.ts
2023-08-05 03:33:06 -07:00

2 lines
68 B
TypeScript

import App from "./App.svelte";
new App({ target: document.body });