@ -31,7 +31,7 @@
async function greet() {
// Learn more about Tauri commands at https://tauri.app/v1/guides/features/command
greetMsg = await ng.greet(name);
greetMsg = await ng?.greet(name);
}
</script>