mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
reorganizes the code, introduces preference slice
This commit is contained in:
7
frontend/src/conversation/Conversation.tsx
Normal file
7
frontend/src/conversation/Conversation.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function Conversation() {
|
||||
return (
|
||||
<div className="h-full w-full p-6 text-center transition-all">
|
||||
Docs GPT Chat Placeholder
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user