add web-app stub
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { greet } from "wordle-solver";
|
||||
|
||||
const button = document.getElementById("my-button")!;
|
||||
|
||||
button.addEventListener("click", () => {
|
||||
greet();
|
||||
});
|
||||
Reference in New Issue
Block a user