mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 16:05:43 +00:00
9 lines
147 B
TypeScript
9 lines
147 B
TypeScript
import "./tailwind.css";
|
|
import App from "./App.svelte";
|
|
|
|
const app = new App({
|
|
target: document.getElementById("app"),
|
|
});
|
|
|
|
export default app;
|