From dbf3c9fd2cfb845a3161394a2460a8f73fb83c2c Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Thu, 2 Nov 2023 16:40:48 +0100 Subject: [PATCH] www: fix path --- www/app/[domain]/transcripts/topicList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/app/[domain]/transcripts/topicList.tsx b/www/app/[domain]/transcripts/topicList.tsx index ef4a2889..56b02e6e 100644 --- a/www/app/[domain]/transcripts/topicList.tsx +++ b/www/app/[domain]/transcripts/topicList.tsx @@ -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[];