www: fix path

This commit is contained in:
2023-11-02 16:40:48 +01:00
committed by Mathieu Virbel
parent 7fca7ae287
commit dbf3c9fd2c

View File

@@ -7,7 +7,7 @@ import {
import { formatTime } from "../../lib/time";
import ScrollToBottom from "./scrollToBottom";
import { Topic } from "./webSocketTypes";
import { generateHighContrastColor } from "../lib/utils";
import { generateHighContrastColor } from "../../lib/utils";
type TopicListProps = {
topics: Topic[];