refactor: move colors module to utilities and update imports
This commit is contained in:
parent
197a87a28b
commit
cc451a8fef
4 changed files with 3 additions and 3 deletions
|
@ -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> = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue