monofile/src/svelte/index.ts
split / May f441e06a21 Port client to TypeScript
Co-authored-by: Jack W. <Jack5079@users.noreply.github.com>
2024-03-27 21:47:33 -07:00

6 lines
76 B
TypeScript

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