Initial commit
This commit is contained in:
3
frontend/main.js
Normal file
3
frontend/main.js
Normal file
@@ -0,0 +1,3 @@
|
||||
document.getElementById("greet-btn").addEventListener("click", () => {
|
||||
alert("Hello from Tauri!");
|
||||
});
|
Reference in New Issue
Block a user