Files
yaak/src-tauri/plugins/hello-world/hello.js
2023-10-29 20:50:23 -07:00

4 lines
50 B
JavaScript

export function hello() {
sayHello('Plugin');
}