Grouped components into folders
This commit is contained in:
7
client/components/message/ChatBadge.tsx
Normal file
7
client/components/message/ChatBadge.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { FC } from 'react';
|
||||
|
||||
const ChatBadge: FC = () => {
|
||||
return <span className="w-5 h-5 rounded-sm bg-pink-300 inline-block align-middle" />;
|
||||
};
|
||||
|
||||
export default ChatBadge;
|
Reference in New Issue
Block a user