diff --git a/src/app/components/ChatInterface.tsx b/src/app/components/ChatInterface.tsx new file mode 100644 index 00000000..59ee69f2 --- /dev/null +++ b/src/app/components/ChatInterface.tsx @@ -0,0 +1,54 @@ +import { FC } from 'react'; +import { Plus, Search, Mic, MoreHorizontal } from 'lucide-react'; + +const ChatInterface: FC = () => { + return ( +
+ {/* Chat Messages Area */} +
+
+ {/* Messages would go here */} +
+ What can I help with? +
+
+
+ + {/* Input Area */} +
+
+
+
+ + +