refactor: move colors module to utilities and update imports

This commit is contained in:
Seth 2025-05-18 23:51:32 -04:00
parent 197a87a28b
commit cc451a8fef
4 changed files with 3 additions and 3 deletions

View file

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