send help

This commit is contained in:
Seth 2025-05-17 16:08:59 -04:00
parent 8c000ba0b7
commit b76e879350
104 changed files with 4260 additions and 142 deletions

View file

@ -1,5 +1,7 @@
import "tsx-dom";
import "./utilities/clicker";
import App from "./App";
document.body.appendChild(<App />);