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,6 +1,6 @@
import { createRef } from "tsx-dom";
import socket from "../../Socket";
import socket from "../../utilities/socket";
export default () => {
const paragraph = createRef<HTMLParagraphElement>();