This commit is contained in:
Seth 2025-05-18 19:39:25 -04:00
parent 72c941160a
commit bc97623981
5 changed files with 33 additions and 44 deletions

View file

@ -1,8 +1,7 @@
import { highlightElement } from "@speed-highlight/core";
import { createRef } from "tsx-dom";
import socket from "../../utilities/socket";
import colors from "../../colors.module.css";
import socket from "../../utilities/socket";
const activityTypes: Record<number, string> = {
0: "Playing",