Move plugins back

This commit is contained in:
Gregory Schier
2023-11-08 12:34:14 -08:00
parent 6f68e11c4d
commit a6609833c2
11 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
export function greet() {
// Call Rust-provided fn!
sayHello('Plugin');
}