Create all components
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const RectangleInstruction = () => (
|
||||
<div className="text-sm text-gray-600">
|
||||
<p>برای رسم مستطیل، روی کانوس کلیک کرده و بکشید</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
export default RectangleInstruction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user