const { invoke } = window.__TAURI__.core;
async function init() {
return await invoke("init");
}
window.addEventListener("DOMContentLoaded", init);