import App from "./App.svelte";
import type { DialogSet } from "./types";
const app = new App({ target: document.body,
props: {},
}); export default app;