fix import issue

This commit is contained in:
Cole Goldsmith 2025-11-14 15:38:09 -06:00
parent 21a9562780
commit a13568a362

View file

@ -1,9 +1,9 @@
import { GitBranch } from "lucide-react";
import { motion } from "motion/react";
import DogIcon from "@/components/logo/dog-icon";
import DogIcon from "@/components/icons/dog-icon";
import { MarkdownRenderer } from "@/components/markdown-renderer";
import { cn } from "@/lib/utils";
import type { FunctionCall } from "../types";
import type { FunctionCall } from "../_types/types";
import { FunctionCalls } from "./function-calls";
import { Message } from "./message";