Skip to content

Commit ea021b0

Browse files
committed
fix: 🏷️ Fixed typescript errors
1 parent 466b3a8 commit ea021b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/components/StepContainer/ConversationSummary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ChevronDownIcon, ChevronUpIcon } from "@heroicons/react/24/solid";
22
import { TrashIcon } from "@heroicons/react/24/outline";
33
import { ChatHistoryItem } from "core";
44
import { useState } from "react";
5-
import { AnimatedEllipsis } from "../";
5+
import { AnimatedEllipsis } from "../AnimatedEllipsis"
66
import { useAppSelector } from "../../redux/hooks";
77
import StyledMarkdownPreview from "../StyledMarkdownPreview";
88
import { useDeleteCompaction } from "../../util/compactConversation";

0 commit comments

Comments
 (0)