10 lines
221 B
TypeScript
10 lines
221 B
TypeScript
const ArrowInstruction = () => (
|
||
<div className="text-sm text-gray-600">
|
||
<p>برای رسم پیکان، روی کانوس کلیک کرده و بکشید</p>
|
||
</div>
|
||
);
|
||
|
||
export default ArrowInstruction;
|
||
|
||
|