1
This commit is contained in:
6
src/components/bs-comp/chatComponent/Separator.tsx
Normal file
6
src/components/bs-comp/chatComponent/Separator.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
export default function Separator({ className = '', text }) {
|
||||
|
||||
return <div className={'flex items-center justify-center py-4 text-gray-400 text-sm ' + className}>
|
||||
----------- {text} -----------
|
||||
</div>
|
||||
};
|
||||
Reference in New Issue
Block a user