new feature
This commit is contained in:
5
raggr-frontend/src/components/ToolBubble.tsx
Normal file
5
raggr-frontend/src/components/ToolBubble.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
export const ToolBubble = ({ text }: { text: string }) => (
|
||||
<div className="text-sm text-gray-500 italic px-3 py-1 self-start">
|
||||
{text}
|
||||
</div>
|
||||
);
|
||||
Reference in New Issue
Block a user