mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
import App from "./App.svelte";
|
|
|
|
const app = new App({
|
|
target: document.body,
|
|
});
|
|
|
|
export default app;
|