Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
Zewed committed Feb 3, 2024
1 parent 720f134 commit f3151c8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from "react";

import { CopyButton } from "@/lib/components/ui/CopyButton";
import Icon from "@/lib/components/ui/Icon/Icon";
import { Source } from "@/lib/types/MessageMetadata";

Expand All @@ -9,8 +10,6 @@ import { QuestionBrain } from "./components/QuestionBrain/QuestionBrain";
import { QuestionPrompt } from "./components/QuestionPrompt/QuestionPrompt";
import { useMessageRow } from "./hooks/useMessageRow";

import { CopyButton } from "../../../../../../../../../../../lib/components/ui/CopyButton";

type MessageRowProps = {
speaker: "user" | "assistant";
text?: string;
Expand Down

0 comments on commit f3151c8

Please sign in to comment.