diff --git a/src/components/ChatWindow.tsx b/src/components/ChatWindow.tsx
index e0ddb1f..098caa4 100644
--- a/src/components/ChatWindow.tsx
+++ b/src/components/ChatWindow.tsx
@@ -2,6 +2,7 @@ import type { ReactNode } from "react";
import React, { useEffect, useRef } from "react";
import { FaBrain, FaListAlt, FaPlayCircle, FaStar } from "react-icons/fa";
import autoAnimate from "@formkit/auto-animate";
+import PopIn from "./motions/popin";
interface ChatWindowProps {
children?: ReactNode;
@@ -32,7 +33,7 @@ const ChatWindow = ({ messages, children, className }: ChatWindowProps) => {
>