mirror of
https://github.com/colanode/colanode.git
synced 2025-12-18 04:37:46 +01:00
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
|
|
export const MessageReference = () => {
|
||
|
|
return (
|
||
|
|
<div className="items-top flex flex-row gap-2 border-l-4 p-2">
|
||
|
|
<p>Message reference.</p>
|
||
|
|
</div>
|
||
|
|
);
|
||
|
|
};
|