imgproc/src/main.ts
Gašper Dobrovoljc de93ee957b
Initial commit
2023-04-13 17:36:47 +02:00

9 lines
146 B
TypeScript

import "./app.postcss";
import App from "./App.svelte";
const app = new App({
target: document.getElementById("app"),
});
export default app;