Files
yaak-mountain-loop/src-tauri/plugins/hello-world/greet.js
Gregory Schier d36d023a5c Move plugins back
2023-11-08 12:34:14 -08:00

5 lines
78 B
JavaScript

export function greet() {
// Call Rust-provided fn!
sayHello('Plugin');
}