Move plugins back to root dir

This commit is contained in:
Gregory Schier
2023-11-06 07:18:53 -08:00
parent b5d3b9a803
commit 6fddb727be
11 changed files with 1 additions and 1 deletions

View File

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