This repository has been archived on 2021-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
graf-uloh/frontend/src/main.ts
2020-10-05 21:23:20 +00:00

9 lines
143 B
TypeScript

import App from './App.svelte';
const app = new App({
target: document.getElementById("svelte-root")!,
props: {
}
});
export default app;