mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
9 lines
144 B
JavaScript
9 lines
144 B
JavaScript
import "./style.css";
|
|
import App from "./App.svelte";
|
|
|
|
const app = new App({
|
|
target: document.getElementById("app"),
|
|
});
|
|
|
|
export default app;
|